From 77e1008bbe17e11f30418c6c7ee9395a46a2be3a Mon Sep 17 00:00:00 2001
From: Patrick Baudin <patrick.baudin@cea.fr>
Date: Wed, 30 Sep 2020 15:50:18 +0200
Subject: [PATCH] adds tests/impact

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c2dbe3e6efe..5dfef3c69f8 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ force-reconfigure:
 ##############################################################################
 .PHONY: tests clean-tests
 
-TESTS=builtins cil constant_propagation float idct libc metrics misc occurrence rte rte_manual slicing sparecode scope syntax value
+TESTS=builtins cil constant_propagation float idct impact 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