summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-06-08 12:37:57 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-06-08 14:37:31 +0200
commitf20e828ec2c6ef6fbd6a271ecbf904a8e7943958 (patch)
tree224778c143bdb7bf85f5fcff1cdc5aa1abb0588b /test/Makefile.in
parentbb7c064b23c90e32ab4e8da610fca2c4e7bac73e (diff)
downloadlvm2-f20e828ec2c6ef6fbd6a271ecbf904a8e7943958.tar.gz
tests: drop unit subdir
Until we resolve top-level making, drop inclusion of subdir Makefile written for top-level usage so at least integrational tests are running.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 2b115b478..65ba90047 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -27,7 +27,8 @@ datarootdir = @datarootdir@
LVM_TEST_RESULTS ?= results
-SUBDIRS = api unit
+SUBDIRS = api
+# FIXME: resolve testing of: unit
SOURCES = lib/not.c lib/harness.c
CXXSOURCES = lib/runner.cpp
CXXFLAGS += $(EXTRA_EXEC_CFLAGS)