summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2010-07-20 15:21:32 +0000
committerJoe Thornber <thornber@redhat.com>2010-07-20 15:21:32 +0000
commit15106c50644ec949c27d616720421bbfc16c7f80 (patch)
tree06e0322ccd8b60540893fd9d7350bbeb99e50975 /Makefile.in
parent80b99da822c69cc9d5c3ac167c5b587fe954b5de (diff)
downloadlvm2-15106c50644ec949c27d616720421bbfc16c7f80.tar.gz
Wire the regex tests up to the reports
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 785cb0f53..70da68bfd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -135,6 +135,7 @@ RUBY=ruby1.9 -Ireport-generators/lib -Ireport-generators/test
.PHONEY: unit-test ruby-test test-programs
test-programs:
+ $(MAKE) unit-tests/regex
unit-test: test-programs
$(RUBY) report-generators/unit_test.rb $(shell find . -name TESTS)