summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-04-26 11:59:39 +0100
committerJoe Thornber <ejt@redhat.com>2018-04-26 11:59:39 +0100
commitea34dad66fe4a46a2f7ec51c4358144f6cb3ed67 (patch)
treef856e09bb5704fa3418d2c9b8e61e56a63626088 /Makefile.in
parentc7fdacbc5001f3bdfaa441fedb7da120af5d8af9 (diff)
downloadlvm2-ea34dad66fe4a46a2f7ec51c4358144f6cb3ed67.tar.gz
[unit-test] Push the new unit test framwork.
See doc/unit-test.txt for details. Some bcache tests failing. Probably due to dct changing semantics, will fix in follow up patch.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 146ed558a..242026752 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,8 +43,7 @@ endif
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = conf include man test scripts \
libdaemon lib tools daemons libdm \
- udev po liblvm python \
- unit-tests/datastruct unit-tests/mm unit-tests/regex
+ udev po liblvm python
tools.distclean: test.distclean
endif
DISTCLEAN_DIRS += lcov_reports*
@@ -97,7 +96,7 @@ endif
DISTCLEAN_TARGETS += cscope.out
CLEAN_DIRS += autom4te.cache
-check check_system check_cluster check_local check_lvmetad check_lvmpolld check_lvmlockd_test check_lvmlockd_dlm check_lvmlockd_sanlock unit: all
+check check_system check_cluster check_local check_lvmetad check_lvmpolld check_lvmlockd_test check_lvmlockd_dlm check_lvmlockd_sanlock unit-test: all
$(MAKE) -C test $(@)
conf.generate man.generate: tools
@@ -212,7 +211,7 @@ endif
endif
ifeq ("$(TESTING)", "yes")
-include test/unit/Makefile
+include unit-test/Makefile
endif
ifneq ($(shell which ctags),)