Added unit testing

This commit is contained in:
2023-10-08 21:50:06 +02:00
parent ce1729d5b1
commit 72dda9aaeb
10 changed files with 192 additions and 0 deletions

View File

@@ -25,3 +25,8 @@ clean:
.SILENT: run
run: all
./$(BUILD_DIR)/$(NAME)
.PHONY: tests
.SILENT: tests
tests: all
make -C tests