[llvm-commits] CVS: poolalloc/test/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 13 11:20:01 PST 2003


Changes in directory poolalloc/test:

Makefile updated: 1.3 -> 1.4

---
Log message:

Run stuff with LARGE_PROBLEM_SIZE


---
Diffs of the changes:  (+1 -1)

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.3 poolalloc/test/Makefile:1.4
--- poolalloc/test/Makefile:1.3	Thu Aug 21 11:04:40 2003
+++ poolalloc/test/Makefile	Thu Nov 13 11:19:23 2003
@@ -15,6 +15,6 @@
 # tests...
 test::
 	(cd $(LLVM_SRC_ROOT)/test/Programs/$(SUBDIR); \
-               PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=poolalloc \
+               PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) LARGE_PROBLEM_SIZE=1 TEST=poolalloc \
                    report report.html )
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"





More information about the llvm-commits mailing list