[llvm-commits] [test-suite] r107314 - /test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
Daniel Dunbar
daniel at zuster.org
Wed Jun 30 13:05:09 PDT 2010
Author: ddunbar
Date: Wed Jun 30 15:05:09 2010
New Revision: 107314
URL: http://llvm.org/viewvc/llvm-project?rev=107314&view=rev
Log:
TEST=simple: Add missing dependency to make sure test inputs are updated before use.
Modified:
test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
Modified: test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile?rev=107314&r1=107313&r2=107314&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile Wed Jun 30 15:05:09 2010
@@ -37,7 +37,7 @@
ifdef SMALL_PROBLEM_SIZE
-Output/483.xalancbmk.out-nat Output/483.xalancbmk.out-llc Output/483.xalancbmk.out-llc-beta Output/483.xalancbmk.out-opt-beta: Output/small-test.xml Output/100mb.xsd
+Output/483.xalancbmk.out-nat Output/483.xalancbmk.out-simple Output/483.xalancbmk.out-llc Output/483.xalancbmk.out-llc-beta Output/483.xalancbmk.out-opt-beta: Output/small-test.xml Output/100mb.xsd
Output/small-test.xml: $(SPEC_BENCH_DIR)/data/test/input/test.xml
$(VERB) sed -E -e 's/([a-z]+ ){5}//g' $< > $@
More information about the llvm-commits
mailing list