diff options
author | Dave Wysochanski <dwysocha@redhat.com> | 2009-09-04 12:54:23 +0000 |
---|---|---|
committer | Dave Wysochanski <dwysocha@redhat.com> | 2009-09-04 12:54:23 +0000 |
commit | 4071b6a401e1cf4c29c2b74110581abeaf812c46 (patch) | |
tree | 0e9c9d268a14dc16b7da7c56055d0e7eb13a0393 /Makefile.in | |
parent | 5f1c57d0084236e01e80f668049270ead7ce0675 (diff) | |
download | lvm2-4071b6a401e1cf4c29c2b74110581abeaf812c46.tar.gz |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d6eec7974..c0a5993c3 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) |