1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

test: Turn check_full into check_system complementary with normal check.

This commit is contained in:
Petr Rockai 2013-12-15 17:26:28 +01:00
parent 18afca5ddd
commit 56af6cae08
2 changed files with 3 additions and 8 deletions

View File

@ -91,7 +91,7 @@ all: cscope.out
endif
DISTCLEAN_TARGETS += cscope.out
check check_full check_cluster check_local check_lvmetad unit: all
check check_system check_cluster check_local check_lvmetad unit: all
$(MAKE) -C test $(@)
install_system_dirs:

View File

@ -90,19 +90,14 @@ check: .tests-stamp
$(patsubst %,cluster:%,$(RUN_BASE)) \
$(patsubst %,lvmetad:%,$(LVMETAD_RUN_BASE))
check_full: .tests-stamp
check_system: .tests-stamp
VERBOSE=$(VERBOSE) \
cluster_LVM_TEST_LOCKING=3 \
scluster_LVM_TEST_LOCKING=3 \
lvmetad_LVM_TEST_LVMETAD=1 \
slvmetad_LVM_TEST_LVMETAD=1 \
snormal_LVM_TEST_DEVDIR=/dev \
scluster_LVM_TEST_DEVDIR=/dev \
slvmetad_LVM_TEST_DEVDIR=/dev \
./lib/harness $(patsubst %,normal:%,$(RUN_BASE)) \
$(patsubst %,cluster:%,$(RUN_BASE)) \
$(patsubst %,lvmetad:%,$(LVMETAD_RUN_BASE)) \
$(patsubst %,snormal:%,$(RUN_BASE)) \
./lib/harness $(patsubst %,snormal:%,$(RUN_BASE)) \
$(patsubst %,scluster:%,$(RUN_BASE)) \
$(patsubst %,slvmetad:%,$(LVMETAD_RUN_BASE))