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

John Criswell criswell at cs.uiuc.edu
Thu Mar 4 18:02:01 PST 2004


Changes in directory poolalloc/test:

Makefile updated: 1.11 -> 1.12

---
Log message:

Added reporting to perfex output.



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

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.11 poolalloc/test/Makefile:1.12
--- poolalloc/test/Makefile:1.11	Thu Mar  4 16:45:53 2004
+++ poolalloc/test/Makefile	Thu Mar  4 17:59:24 2004
@@ -59,7 +59,7 @@
 perf::
 	(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
                PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=perf \
-                   test)
+                   test report)
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
 
 strace::





More information about the llvm-commits mailing list