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

John Criswell criswell at cs.uiuc.edu
Sun Mar 7 21:06:05 PST 2004


Changes in directory poolalloc/test:

Makefile updated: 1.17 -> 1.18

---
Log message:

Added p4perf Makefile.



---
Diffs of the changes:  (+6 -0)

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.17 poolalloc/test/Makefile:1.18
--- poolalloc/test/Makefile:1.17	Fri Mar  5 15:08:20 2004
+++ poolalloc/test/Makefile	Fri Mar  5 17:40:01 2004
@@ -102,6 +102,12 @@
                    test report)
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
 
+p4perf::
+	(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
+               PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=p4perf \
+                   test report)
+	@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 \





More information about the llvm-commits mailing list