add tests

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

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ build
compile_commands.json compile_commands.json
site site
libflint.so libflint.so
test

View File

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