]> sourceware.org Git - lvm2.git/commitdiff
Update test/Makefile.in to use the new harness for calling tests.
authorPetr Rockai <prokai@redhat.com>
Mon, 29 Sep 2008 16:07:02 +0000 (16:07 +0000)
committerPetr Rockai <prokai@redhat.com>
Mon, 29 Sep 2008 16:07:02 +0000 (16:07 +0000)
test/Makefile.in

index 018c4e8dc5dcf2a43530d786b3e61a35fce0558f..29803f11509b9a37a3a2f45014b554e7d698b261 100644 (file)
@@ -26,6 +26,8 @@ abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
 
 all: init.sh
+       sh harness.sh
+
 init.sh: Makefile.in .bin-dir-stamp
        rm -f $@-t $@
        echo 'top_srcdir=$(top_srcdir)' >> $@-t
@@ -47,8 +49,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
 $(T): init.sh
-       @echo "*** $@ ***"; '$(SHELL_PATH_SQ)' \
-         $(TESTS_ENVIRONMENT) $@ $(LVM_TEST_OPTS)
+       sh harness.sh $@
 
 .bin-dir-stamp: lvm-wrapper
        rm -rf bin
@@ -76,6 +77,5 @@ clean:
 
 distclean: clean
 
-all: $(T)
 .PHONY: $(T) clean distclean
 .NOTPARALLEL:
This page took 0.04143 seconds and 5 git commands to generate.