[llvm-commits] CVS: poolalloc/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Nov 13 11:52:01 PST 2003
Changes in directory poolalloc/test:
Makefile updated: 1.4 -> 1.5
---
Log message:
Tests are run in the object tree, not the source tree.
---
Diffs of the changes: (+1 -1)
Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.4 poolalloc/test/Makefile:1.5
--- poolalloc/test/Makefile:1.4 Thu Nov 13 11:19:23 2003
+++ poolalloc/test/Makefile Thu Nov 13 11:50:57 2003
@@ -14,7 +14,7 @@
# test target - Descend into test/Programs and run the TEST.poolalloc.Makefile
# tests...
test::
- (cd $(LLVM_SRC_ROOT)/test/Programs/$(SUBDIR); \
+ (cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
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