[llvm-commits] CVS: poolalloc/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Mar 1 16:22:01 PST 2004
Changes in directory poolalloc/test:
Makefile updated: 1.6 -> 1.7
---
Log message:
Added vtl target for taking Vtune statistics.
---
Diffs of the changes: (+7 -1)
Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.6 poolalloc/test/Makefile:1.7
--- poolalloc/test/Makefile:1.6 Fri Nov 14 15:16:43 2003
+++ poolalloc/test/Makefile Mon Mar 1 16:21:36 2004
@@ -16,5 +16,11 @@
test::
(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=poolalloc \
- report report.html )
+ report report.html)
+ @printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
+
+vtl::
+ (cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
+ PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=vtl DOPA=1 \
+ test)
@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
More information about the llvm-commits
mailing list