[llvm-commits] [test-suite] r93881 - /test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Jan 19 09:29:23 PST 2010


Author: stoklund
Date: Tue Jan 19 11:29:22 2010
New Revision: 93881

URL: http://llvm.org/viewvc/llvm-project?rev=93881&view=rev
Log:
Make sure that the required style sheet is in the correct place for
483.xalancbmk when SMALL_PROBLEM_SIZE=1.

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=93881&r1=93880&r2=93881&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile Tue Jan 19 11:29:22 2010
@@ -33,10 +33,15 @@
 include ../../Makefile.spec2006
 
 ifdef SMALL_PROBLEM_SIZE
-Output/483.xalancbmk.out-nat Output/483.xalancbmk.out-llc Output/483.xalancbmk.out-llc-beta: Output/small-test.xml
+
+Output/483.xalancbmk.out-nat Output/483.xalancbmk.out-llc Output/483.xalancbmk.out-llc-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' $< > $@
+
+Output/100mb.xsd: $(SPEC_BENCH_DIR)/data/test/input/100mb.xsd
+	$(VERB) cp $< $@
+
 endif
 
 ifeq ($(RUN_TYPE),test)





More information about the llvm-commits mailing list