1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +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 -
=====================================
Fix lvm2app test to run under test/api subdirectory only when configured.
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
Version 2.02.52 - 15th September 2009

View File

@ -53,7 +53,10 @@ SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
T = $(wildcard t-*.sh)
ifeq ("@APPLIB@", "yes")
T += lvm2app.sh
T += lvm2app.sh
all: api/vgtest
api/vgtest:
$(MAKE) -C api vgtest
endif
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status