add: tester: valgrind test

This commit is contained in:
2025-12-17 06:56:48 -06:00
parent f45128e380
commit cefd7e7c1f
5 changed files with 36 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ re:
tests:
$(MAKE) all
mkdir -p log
python3 test/test.py build/$(NAME)
python3 test/test.py build/$(NAME) 1
.PHONY: all clean fclean re tests
-include $(DEP)