[llvm-commits] [test-suite] r105409 - /test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Jun 3 13:45:15 PDT 2010


Author: stoklund
Date: Thu Jun  3 15:45:15 2010
New Revision: 105409

URL: http://llvm.org/viewvc/llvm-project?rev=105409&view=rev
Log:
Allow test to be run outside of source dir.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile

Modified: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile?rev=105409&r1=105408&r2=105409&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile Thu Jun  3 15:45:15 2010
@@ -4,9 +4,9 @@
 CPPFLAGS += -DNOASM -DLLVM
 LDFLAGS = -lstdc++ -lm
 ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = -1 file1.in
+RUN_OPTIONS = -1 $(PROJ_SRC_DIR)/file1.in
 else
-RUN_OPTIONS = -4 file1.in
+RUN_OPTIONS = -4 $(PROJ_SRC_DIR)/file1.in
 endif
 
 include $(LEVEL)/MultiSource/Makefile.multisrc





More information about the llvm-commits mailing list