add tests
This commit is contained in:
parent
42bc366e01
commit
57cf229904
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ build
|
||||
compile_commands.json
|
||||
site
|
||||
libflint.so
|
||||
test
|
||||
|
3
Makefile
3
Makefile
@ -26,4 +26,7 @@ uninstall:
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
rm -f test
|
||||
|
||||
test:
|
||||
cc $(CFLAGS) -o test tests/tests.c src/*.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user