[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Sun Apr 18 15:31:02 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk:
Makefile updated: 1.7 -> 1.8
---
Log message:
* If we're going to test perlbmk, spell the test script and output file right
* While we're at it, this test requires an input on STDIN
---
Diffs of the changes: (+3 -3)
Index: llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile:1.7 llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile:1.8
--- llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile:1.7 Thu Apr 8 01:35:33 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile Sun Apr 18 15:30:33 2004
@@ -6,10 +6,10 @@
RUN_OPTIONS = test.pl
STDOUT_FILENAME := test.out
else
-RUN_OPTIONS = scrabble.pl
-STDOUT_FILENAME := scrabble.out
+RUN_OPTIONS = scrabbl.pl
+STDIN_FILENAME := scrabbl.in
+STDOUT_FILENAME := scrabbl.out
endif
-
ifneq ($(ARCH),Sparc)
CPPFLAGS += -D__LITTLE_ENDIAN__
More information about the llvm-commits
mailing list