aboutsummaryrefslogtreecommitdiffstats
path: root/test/cminor/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-10-26 10:03:35 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-10-26 10:03:35 +0000
commitca285074159abb65a815db5c08284becaa297df0 (patch)
tree4d2cac514020c5cc71df3df8c80c527e3d443500 /test/cminor/Makefile
parent2381813837a5ad12f41168412101e919e7106359 (diff)
downloadcompcert-ca285074159abb65a815db5c08284becaa297df0.tar.gz
compcert-ca285074159abb65a815db5c08284becaa297df0.zip
Ajout test stop&copy GC
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@133 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/cminor/Makefile')
-rw-r--r--test/cminor/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/cminor/Makefile b/test/cminor/Makefile
index f9b863ea..e4988416 100644
--- a/test/cminor/Makefile
+++ b/test/cminor/Makefile
@@ -5,7 +5,7 @@ CFLAGS=-arch ppc -g
ASFLAGS=-arch ppc
VPATH=../harness ../lib
-PROGS=fib integr qsort fft sha1 aes almabench manyargs lists
+PROGS=fib integr qsort fft sha1 aes almabench manyargs lists stopcopy
all_s: $(PROGS:%=%.s)
@@ -58,6 +58,11 @@ lists: lists.o mainlists.o
clean::
rm -f lists
+stopcopy: stopcopy.o maingc.o
+ $(CC) $(CFLAGS) -o stopcopy stopcopy.o maingc.o
+clean::
+ rm -f stopcopy
+
.SUFFIXES:
.SUFFIXES: .cmp .cm .s .o .c .S