debug PRINT macros, add some features fmocks

This commit is contained in:
2023-09-29 23:11:13 +02:00
parent 71d47c56c8
commit 0e662a73b9
11 changed files with 943 additions and 29121 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
#!/bin/bash
gcc test/is_good.c src/ftest/ftest.c src/fmock/fmock.c src/tools_t/tools_t.c \
gcc test/is_good.c src/ftest/ftest.c src/fmock/fmock.c \
src/tools_t/tools_t.c src/bar_progress/bar_progress.c \
src/permutation_t/permutation_t.c src/set_theoric_t/set_theoric_t.c \
-I./src $1 -o launch_is_good_c #&& ./launch_is_good_c -h -p
-I./src $1 -o launch_is_good_c -lpthread #&& ./launch_is_good_c -h -p