test unit loading tests from files

This commit is contained in:
Raffaele
2022-01-18 10:44:00 +01:00
parent 82d920c365
commit f3edd382c9
3 changed files with 480 additions and 54 deletions
+1 -3
View File
@@ -1,4 +1,2 @@
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/
gcc tests/test_loader.c src/lina.c -o test_loader -Wall -Wextra -g -Isrc/