rename test_t to ftest, mv is_goo.c in test dir, modify Makefile and compile

This commit is contained in:
2023-08-27 09:43:11 +02:00
parent c7f9b4a613
commit c31d8330b7
13 changed files with 11 additions and 8 deletions
Regular → Executable
+2 -2
View File
@@ -1,4 +1,4 @@
#!/bin/bash
gcc is_good.c src/test_t/test_t.c src/tools_t/tools_t.c \
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 lunch_is_good_c && ./lunch_is_good_c -h -p
-I./src -o launch_is_good_c && ./launch_is_good_c -h -p