feat: some python packages

This commit is contained in:
2025-04-05 17:04:29 +00:00
parent 7d746f78ca
commit 6454ae65ef
9 changed files with 351 additions and 63 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ case "$MODE" in
# shellcheck disable=SC2086
cc $CFLAGS $OPTFLAGS -pedantic -I. "$test_file" -Ltarget -lhmpl $LDFLAGS -o "$exe"
if [ "$RUN_TESTS" -eq 1 ]; then
"$exe"
LOG_LEVEL=TRACE ./"$exe"
fi
done
;;