[llvm-commits] CVS: poolalloc/test/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Nov 14 15:17:01 PST 2003
Changes in directory poolalloc/test:
Makefile updated: 1.5 -> 1.6
---
Log message:
Don't force Large Problem Size
---
Diffs of the changes: (+1 -1)
Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.5 poolalloc/test/Makefile:1.6
--- poolalloc/test/Makefile:1.5 Thu Nov 13 11:50:57 2003
+++ poolalloc/test/Makefile Fri Nov 14 15:16:43 2003
@@ -15,6 +15,6 @@
# tests...
test::
(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
- PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) LARGE_PROBLEM_SIZE=1 TEST=poolalloc \
+ PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=poolalloc \
report report.html )
@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
More information about the llvm-commits
mailing list