From 0c805fe28e5ebdf4890dd42f5c12a85ee61bafc5 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 20 Apr 2013 08:42:06 +0000 Subject: Tests "floats" and "floats-basics" moved from test/c to test/regression git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2202 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'test/c/Makefile') diff --git a/test/c/Makefile b/test/c/Makefile index a11ab690..d3f0d169 100644 --- a/test/c/Makefile +++ b/test/c/Makefile @@ -13,9 +13,7 @@ TIME=xtime -o /dev/null -mintime 1.0 # Xavier's hack PROGS=fib integr qsort fft sha1 aes almabench lists \ binarytrees fannkuch knucleotide mandelbrot nbody \ nsieve nsievebits spectral vmach \ - bisect chomp perlin siphash24 floats floats-basics - -PROGS_INTERP=floats floats-basics + bisect chomp perlin siphash24 all: $(PROGS:%=%.compcert) @@ -39,12 +37,6 @@ test: else echo "$$i: FAILED"; \ fi; \ done - @for i in $(PROGS_INTERP); do \ - if $(CCOMP) -interp -quiet $$i.c | cmp -s - Results/$$i; \ - then echo "$$i (interpreted): passed"; \ - else echo "$$i (interpreted): FAILED"; \ - fi; \ - done test_gcc: @for i in $(PROGS); do \ -- cgit