summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2010-08-09 10:56:01 +0000
committerJoe Thornber <thornber@redhat.com>2010-08-09 10:56:01 +0000
commit52e1564fddf769d481ef8bc89a01c680777bcbbc (patch)
tree9ebf3a6c825029c278ec2300ab2bec33f9b7fc36 /Makefile.in
parentfae2c492595add56718d45efaee36438e4279600 (diff)
downloadlvm2-52e1564fddf769d481ef8bc89a01c680777bcbbc.tar.gz
lvm2-52e1564fddf769d481ef8bc89a01c680777bcbbc.tar.xz
lvm2-52e1564fddf769d481ef8bc89a01c680777bcbbc.zip
[MM] Make valgrind aware of the pool allocators
./configure with --enable-valgrind-pool to enable this.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a6b2b626..5173d573 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -137,9 +137,11 @@ RUBY=ruby1.9 -Ireport-generators/lib -Ireport-generators/test
.PHONEY: unit-test ruby-test test-programs
+# FIXME: put dependencies on libdm and liblvm
test-programs:
cd unit-tests/regex && $(MAKE)
cd unit-tests/datastruct && $(MAKE)
+ cd unit-tests/mm && $(MAKE)
unit-test: test-programs
$(RUBY) report-generators/unit_test.rb $(shell find . -name TESTS)