test n7
Tests Basics avec Criterion / test (push) Successful in 10s

This commit is contained in:
2026-04-02 02:14:28 +02:00
parent f135bcacf9
commit b6ad1eaafc
+2 -2
View File
@@ -21,10 +21,10 @@ jobs:
run: > run: >
gcc -Wall -Wextra gcc -Wall -Wextra
-I./Chains_across_the_Island/Fundamentals/basics -I./Chains_across_the_Island/Fundamentals/basics
-o tests -o test
Chains_across_the_Island/Fundamentals/basics/basics.c Chains_across_the_Island/Fundamentals/basics/basics.c
tests/test_basics.c tests/test_basics.c
-lcriterion -lcriterion
- name: Exécuter les tests - name: Exécuter les tests
run: ./tests run: ./test