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

John Criswell criswell at cs.uiuc.edu
Tue Mar 2 09:59:02 PST 2004


Changes in directory poolalloc/test:

Makefile updated: 1.7 -> 1.8

---
Log message:

Added TEST.pavtl.Makefile for running vtune tests specific to pool
allocation.



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

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.7 poolalloc/test/Makefile:1.8
--- poolalloc/test/Makefile:1.7	Mon Mar  1 16:21:36 2004
+++ poolalloc/test/Makefile	Tue Mar  2 09:51:22 2004
@@ -21,6 +21,6 @@
 
 vtl::
 	(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
-               PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=vtl DOPA=1 \
+               PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=pavtl \
                    test)
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"





More information about the llvm-commits mailing list