[llvm-commits] CVS: poolalloc/test/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 15 15:00:02 PDT 2003
Changes in directory poolalloc/test:
Makefile added (r1.1)
---
Log message:
Initial checkin of poolallocator test makefile
---
Diffs of the changes:
Index: poolalloc/test/Makefile
diff -c /dev/null poolalloc/test/Makefile:1.1
*** /dev/null Fri Aug 15 14:59:44 2003
--- poolalloc/test/Makefile Fri Aug 15 14:59:34 2003
***************
*** 0 ****
--- 1,18 ----
+ ##===- poolalloc/test/Makefile -----------------------------*- Makefile -*-===##
+ #
+ # Define the default test rule, which allows people to just type 'make test' in
+ # this directory.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ # The default target in this directory is the test:: target
+ test::
+
+ LEVEL = ..
+ include $(LEVEL)/Makefile.common
+
+ # test target - Descend into test/Programs and run the TEST.poolalloc.Makefile
+ # tests...
+ test::
+ (cd $(LLVM_SRC_ROOT)/test/Programs; PROJECT_DIR=$(BUILD_OBJ_ROOT) \
+ $(MAKE) TEST=poolalloc)
More information about the llvm-commits
mailing list