From b3215b80e993df5663bd4188693bc5d387080aaa Mon Sep 17 00:00:00 2001 From: Patrick Baudin <patrick.baudin@cea.fr> Date: Wed, 30 Sep 2020 15:35:36 +0200 Subject: [PATCH] adds tests/sparecode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f69331c539b..c2dbe3e6efe 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ force-reconfigure: ############################################################################## .PHONY: tests clean-tests -TESTS=cil constant_propagation float idct metrics occurrence rte rte_manual slicing scope value syntax misc builtins libc +TESTS=builtins cil constant_propagation float idct libc metrics misc occurrence rte rte_manual slicing sparecode scope syntax value tests: config.sed find tests -name dune | grep -e "oracle.*/\|result.*/" | xargs --no-run-if-empty rm dune exec -- ptests/ptests.exe -- GitLab