summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
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