add: python tester

This commit is contained in:
2025-12-17 04:06:01 -06:00
parent d977022554
commit fd69df92f2
9 changed files with 129 additions and 3 deletions

View File

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