Ajout d'un nouveau système de tests, plus compact, et plus de tests aussi.

This commit is contained in:
2022-01-25 02:54:47 +01:00
parent 353e83a805
commit 89b70bed37
11 changed files with 42 additions and 12 deletions
+4
View File
@@ -9,3 +9,7 @@ byte:
clean:
ocamlbuild -clean
rm -f fouine
test: all
tests/tests.sh
.PHONY: all clean test