[llvm-commits] CVS: poolalloc/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Mar 4 09:08:04 PST 2004
Changes in directory poolalloc/test:
Makefile updated: 1.9 -> 1.10
---
Log message:
Added perf and strace targets for gathering perfctr and strace information,
respectively.
---
Diffs of the changes: (+12 -0)
Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.9 poolalloc/test/Makefile:1.10
--- poolalloc/test/Makefile:1.9 Tue Mar 2 16:42:08 2004
+++ poolalloc/test/Makefile Thu Mar 4 09:07:18 2004
@@ -24,3 +24,15 @@
PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=pavtl \
test)
@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
+
+perf::
+ (cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
+ PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=perf \
+ test)
+ @printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
+
+strace::
+ (cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
+ PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=strace \
+ test)
+ @printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
More information about the llvm-commits
mailing list