[llvm-commits] CVS: llvm-test/External/FPGrowth/input Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Nov 4 07:37:16 PST 2004
Changes in directory llvm-test/External/FPGrowth:
input added (r1.1)
Makefile updated: 1.3 -> 1.4
---
Log message:
Add an input file that inputs 100 into the program.
This should get fpgrowth to work.
---
Diffs of the changes: (+3 -0)
Index: llvm-test/External/FPGrowth/input
diff -c /dev/null llvm-test/External/FPGrowth/input:1.1
*** /dev/null Thu Nov 4 09:37:03 2004
--- llvm-test/External/FPGrowth/input Thu Nov 4 09:36:53 2004
***************
*** 0 ****
--- 1,2 ----
+ 100
+
Index: llvm-test/External/FPGrowth/Makefile
diff -u llvm-test/External/FPGrowth/Makefile:1.3 llvm-test/External/FPGrowth/Makefile:1.4
--- llvm-test/External/FPGrowth/Makefile:1.3 Wed Nov 3 12:25:10 2004
+++ llvm-test/External/FPGrowth/Makefile Thu Nov 4 09:36:53 2004
@@ -5,5 +5,6 @@
PROG = fpgrowth
SourceDir := $(FPGROWTH_ROOT)
+STDIN_FILENAME := $(BUILD_SRC_DIR)/input
RUN_OPTIONS = $(FPGROWTH_ROOT)/mushroom.dat
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list