1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

Remove 'test' interative api unit tests from 'TARGET' line.

The test/api directory TARGET line will be reserved for non-interactive
unit tests.  Building the interactive test can still be done with "make test"
from the test/api dir.
This commit is contained in:
Dave Wysochanski 2009-09-04 13:49:02 +00:00
parent 4071b6a401
commit e5ee502092

View File

@ -19,7 +19,7 @@ ifeq ("@DEBUG@", "yes")
DEFS += -DDEBUG
endif
TARGETS = test vgtest
TARGETS = vgtest
test_SOURCES = test.c
vgtest_SOURCES = vgtest.c
INCLUDES += -I${top_srcdir}/include