From 6c196ec8a41d6ed506c133c8b33dba9684f9a7a6 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 3 Mar 2010 12:34:43 +0000 Subject: Updated raytracer test. Added SPASS test. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1271 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/spass/Makefile.bak | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/spass/Makefile.bak (limited to 'test/spass/Makefile.bak') diff --git a/test/spass/Makefile.bak b/test/spass/Makefile.bak new file mode 100644 index 00000000..320f6221 --- /dev/null +++ b/test/spass/Makefile.bak @@ -0,0 +1,13 @@ +LEVEL = ../../.. +PROG = SPASS + +CPPFLAGS = -DCLOCK_NO_TIMING -fno-strict-aliasing -w +LDFLAGS = -lm + +ifdef SMALL_PROBLEM_SIZE +RUN_OPTIONS="$(PROJ_SRC_DIR)/small_problem.dfg" +else +RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg" +endif + +include ../../Makefile.multisrc -- cgit