1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-30 10:50:34 +03:00

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.
This commit is contained in:
Zdenek Kabelac 2018-06-08 12:37:57 +02:00
parent bb7c064b23
commit f20e828ec2

View File

@ -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)