add tests

This commit is contained in:
2023-10-30 14:26:38 -07:00
parent 42bc366e01
commit 57cf229904
2 changed files with 4 additions and 0 deletions

View File

@ -26,4 +26,7 @@ uninstall:
clean:
rm -f $(TARGET)
rm -f test
test:
cc $(CFLAGS) -o test tests/tests.c src/*.c