summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-09-04 12:54:23 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-09-04 12:54:23 +0000
commit4071b6a401e1cf4c29c2b74110581abeaf812c46 (patch)
tree0e9c9d268a14dc16b7da7c56055d0e7eb13a0393 /Makefile.in
parent5f1c57d0084236e01e80f668049270ead7ce0675 (diff)
downloadlvm2-4071b6a401e1cf4c29c2b74110581abeaf812c46.tar.gz
lvm2-4071b6a401e1cf4c29c2b74110581abeaf812c46.tar.xz
lvm2-4071b6a401e1cf4c29c2b74110581abeaf812c46.zip
Add lvm2app.sh to nightly testsuite.
More tests to come but for now just call into vgtest. Fix warning in vgtest.c
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 d6eec797..c0a5993c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ SUBDIRS += lib tools daemons libdm
ifeq ("@APPLIB@", "yes")
SUBDIRS += liblvm
+ SUBDIRS += test/api
endif
ifeq ($(MAKECMDGOALS),distclean)