testing branch. We work on testing units

This commit is contained in:
Raffaele
2022-01-17 17:14:13 +01:00
parent 631f537aa1
commit df6eba3992
4 changed files with 50 additions and 1 deletions
+2
View File
@@ -1,2 +1,4 @@
gcc tests/test.c src/lina.c -o test -Wall -Wextra -g -Isrc/
gcc tests/test_loader.c src/lina.c -o test_loader -Wall -Wextra -g -Isrc/
gcc tests/my_test.c src/lina.c -o my_test -Wall -Wextra -g -Isrc/