summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2010-03-18 09:19:30 +0000
committerPetr Rockai <prockai@redhat.com>2010-03-18 09:19:30 +0000
commit649c45078f679593f637a6b891f7ef970e540717 (patch)
tree7e4ee6a6e6c5c2c088986a969be4b463811fd2d8 /test/Makefile.in
parenta09aa497837717c5131096425c46e2d9406e91e5 (diff)
downloadlvm2-649c45078f679593f637a6b891f7ef970e540717.tar.gz
lvm2-649c45078f679593f637a6b891f7ef970e540717.tar.xz
lvm2-649c45078f679593f637a6b891f7ef970e540717.zip
Add infrastructure for running the functional testsuite with locking_type set
to 3, using a local (singlenode) clvmd.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 7de6f45f..67a7c546 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -42,7 +42,10 @@ api/vgtest:
endif
all: init.sh
- ./bin/harness t-*.sh
+ @echo Testing with locking_type 1
+ #./bin/harness t-*.sh
+ @echo Testing with locking_type 3
+ LVM_TEST_LOCKING=3 ./bin/harness t-*.sh
bin/not: $(srcdir)/not.c .bin-dir-stamp
$(CC) -o bin/not $<
@@ -77,6 +80,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
ln -s ../lvm-wrapper bin/$$i; \
done
ln -s "$(abs_top_builddir)/tools/dmsetup" bin/dmsetup
+ ln -s "$(abs_top_builddir)/daemons/clvmd/clvmd" bin/clvmd
touch $@
lvm-wrapper: Makefile