1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Fix lvm2app test to run under test/api subdirectory only when configured.

This commit is contained in:
Dave Wysochanski 2009-09-15 19:59:04 +00:00
parent 68fac97a07
commit 5a446cfbb9
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.53 - Version 2.02.53 -
===================================== =====================================
Fix lvm2app test to run under test/api subdirectory only when configured.
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE. Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
Version 2.02.52 - 15th September 2009 Version 2.02.52 - 15th September 2009

View File

@ -54,6 +54,9 @@ T = $(wildcard t-*.sh)
ifeq ("@APPLIB@", "yes") ifeq ("@APPLIB@", "yes")
T += lvm2app.sh T += lvm2app.sh
all: api/vgtest
api/vgtest:
$(MAKE) -C api vgtest
endif endif
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status