Commit fc03b9ff3f31a83f605c8dd89484d0dec31c685a

Thomas de Grivel 2023-06-10T12:06:13

wip test

diff --git a/test/Makefile b/test/Makefile
index e942181..2169dbe 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -22,10 +22,10 @@ CLEANFILES = \
 	ic3/*.err \
 	ic3/*.out \
 	ic3/*.ret \
-	test_libc3 \
-	test_libc3_asan \
-	test_libc3_cov \
-	test_libc3_debug
+	libc3_test \
+	libc3_test_asan \
+	libc3_test_cov \
+	libc3_test_debug
 
 CLEANFILES_COV = \
 	*.css \
@@ -92,6 +92,9 @@ test_ic3:
 test_ic3_debug:
 	IC3=${SRC_TOP}/ic3/ic3_debug time ./ic3_test
 
+test_libc3: libc3_test
+	time ./libc3_test
+
 test_valgrind: libc3_test
 	valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./libc3_test