summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-03-08 17:19:26 -0600
committerDavid Teigland <teigland@redhat.com>2021-03-08 17:19:26 -0600
commitd5f3239de4aa33f51cc8db7fc2e29db41cab9152 (patch)
treed65baa98a1763462386640c1f4a2348d553c4a1b /test/Makefile.in
parent843ee943ab4ff9d05817c6b59bd778cc4182ccc2 (diff)
downloadlvm2-d5f3239de4aa33f51cc8db7fc2e29db41cab9152.tar.gz
tests: check_devicesfile
make check_devicesfile T=... (A number of tests should probably get a new SKIP_WITH_DEVICES_FILE.)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 882620362..41ddb9d8e 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -81,6 +81,7 @@ help:
@echo " check_system Run all tests using udev."
@echo " check_local Run tests."
@echo " check_lvmpolld Run tests with lvmpolld daemon."
+ @echo " check_devicesfile Run tests using a devices file."
@echo " check_all_lvmpolld Run all tests with lvmpolld daemon."
@echo " check_lvmlockd_sanlock Run tests with lvmlockd and sanlock."
@echo " check_lvmlockd_dlm Run tests with lvmlockd and dlm."
@@ -148,6 +149,11 @@ check_all_lvmpolld: .tests-stamp
--flavours ndev-lvmpolld --only $(T) --skip $(S)
endif
+check_devicesfile: .tests-stamp
+ VERBOSE=$(VERBOSE) ./lib/runner \
+ --testdir . --outdir $(LVM_TEST_RESULTS) \
+ --flavours ndev-devicesfile --only $(T) --skip $(S)
+
ifeq ("@BUILD_LVMLOCKD@", "yes")
check_lvmlockd_sanlock: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \
@@ -179,6 +185,7 @@ EXECDIR = $(libexecdir)/lvm2-testsuite
LIB_FLAVOURS = \
flavour-ndev-lvmpolld\
flavour-ndev-vanilla\
+ flavour-ndev-devicesfile\
flavour-udev-lvmpolld\
flavour-udev-lvmlockd-sanlock\
flavour-udev-lvmlockd-dlm\