aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 335a136b..88f50466 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -2,10 +2,6 @@ include ../../Makefile.config
CCOMP=../../ccomp
CCOMPFLAGS=-stdlib ../../runtime -dparse -dc -dclight -dasm -fall
-ifeq ($(CCHECKLINK),true)
-CCHECK=../../cchecklink
-CCOMPFLAGS+= -sdump
-endif
LIBS=$(LIBMATH)
@@ -104,9 +100,3 @@ test:
bench:
-ccheck:
- @for i in $(TESTS) $(TESTS_COMP); do \
- echo "---- $$i"; \
- $(CCHECK) -exe $$i.compcert $$i.sdump; \
- done
-