[llvm-commits] [test-suite] r60886 - /test-suite/trunk/MultiSource/Benchmarks/VersaBench/8b10b/Makefile

Julien Lerouge jlerouge at apple.com
Thu Dec 11 11:17:37 PST 2008


Author: jlerouge
Date: Thu Dec 11 13:17:34 2008
New Revision: 60886

URL: http://llvm.org/viewvc/llvm-project?rev=60886&view=rev
Log:
Make this test work if objdir != srcdir.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/VersaBench/8b10b/Makefile

Modified: test-suite/trunk/MultiSource/Benchmarks/VersaBench/8b10b/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/VersaBench/8b10b/Makefile?rev=60886&r1=60885&r2=60886&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/VersaBench/8b10b/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/VersaBench/8b10b/Makefile Thu Dec 11 13:17:34 2008
@@ -2,9 +2,9 @@
 
 PROG     = 8b10b
 ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = input.txt 2000
+RUN_OPTIONS = $(PROJ_SRC_DIR)/input.txt 2000
 else
-RUN_OPTIONS = input.txt 20000
+RUN_OPTIONS = $(PROJ_SRC_DIR)/input.txt 20000
 endif
 include $(LEVEL)/MultiSource/Makefile.multisrc
 





More information about the llvm-commits mailing list