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:
parent
4071b6a401
commit
e5ee502092
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user