[lvm-devel] master - tests: drop unit subdir

Zdenek Kabelac zkabelac at sourceware.org
Fri Jun 8 12:39:10 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=f20e828ec2c6ef6fbd6a271ecbf904a8e7943958
Commit:        f20e828ec2c6ef6fbd6a271ecbf904a8e7943958
Parent:        bb7c064b23c90e32ab4e8da610fca2c4e7bac73e
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Fri Jun 8 12:37:57 2018 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Fri Jun 8 14:37:31 2018 +0200

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.
---
 test/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 2b115b4..65ba900 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)




More information about the lvm-devel mailing list