add options wich allow to execute only some tests selected with nametest or numtest

This commit is contained in:
2023-08-29 15:40:22 +02:00
parent ef59339df8
commit 2c1e4f0487
7 changed files with 253 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
gcc test/is_good.c src/ftest/ftest.c src/tools_t/tools_t.c \
src/permutation_t/permutation_t.c src/set_theoric_t/set_theoric_t.c \
-I./src -o launch_is_good_c && ./launch_is_good_c -h -p
-I./src $1 -o launch_is_good_c #&& ./launch_is_good_c -h -p