aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/c/Makefile4
-rw-r--r--test/regression/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/c/Makefile b/test/c/Makefile
index 2b445d22..f4d8f419 100644
--- a/test/c/Makefile
+++ b/test/c/Makefile
@@ -17,10 +17,10 @@ PROGS=fib integr qsort fft sha1 aes almabench lists \
PROGS_INTERP=floats
-all_s: $(PROGS:%=%.s)
-
all: $(PROGS:%=%.compcert)
+all_s: $(PROGS:%=%.s)
+
all_gcc: $(PROGS:%=%.gcc)
%.compcert: %.c $(CCOMP)
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 0a9212d9..31ea51b3 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -22,10 +22,10 @@ EXTRAS=annot1 commaprec expr2 expr3 expr4 extern1 funct2 funptr1 init1 \
# Test known to fail
FAILURES=funct1 varargs1
-all_s: $(TESTS:%=%.s) $(EXTRAS:%=%.s)
-
all: $(TESTS:%=%.compcert) $(EXTRAS:%=%.s)
+all_s: $(TESTS:%=%.s) $(EXTRAS:%=%.s)
+
%.compcert: %.c $(CCOMP)
$(CCOMP) $(CCOMPFLAGS) -o $*.compcert $*.c $(LIBS)