out-of-tree build: fixed bindtests and inspector

This commit is contained in:
Hilko Bengen
2011-10-20 14:20:56 +02:00
committed by Richard W.M. Jones
parent aa67ea2b9b
commit e7ea6d06ab
7 changed files with 8 additions and 8 deletions

View File

@@ -19,4 +19,4 @@
set -e
./Bindtests > bindtests.tmp
diff -u ../bindtests bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp

View File

@@ -90,7 +90,7 @@ stamp-virt-inspector.pod: virt-inspector.pod
if HAVE_XMLLINT
TESTS = $(EXAMPLE_XML)
TESTS_ENVIRONMENT = $(XMLLINT) --noout --relaxng virt-inspector.rng
TESTS_ENVIRONMENT = $(XMLLINT) --noout --relaxng $(srcdir)/virt-inspector.rng
endif

View File

@@ -19,4 +19,4 @@
set -e
$JAVA -Djava.library.path=.libs Bindtests > bindtests.tmp
diff -u ../bindtests bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp

View File

@@ -19,4 +19,4 @@
set -e
./bindtests > bindtests.tmp
diff -u ../bindtests bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp

View File

@@ -20,4 +20,4 @@ set -e
export PERL5LIB=$(pwd)/blib/lib:$(pwd)/blib/arch
perl bindtests.pl > bindtests.tmp
diff -u ../bindtests bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp

View File

@@ -18,5 +18,5 @@
set -e
python bindtests.py > bindtests.tmp
diff -u ../bindtests bindtests.tmp
python ${srcdir}/bindtests.py > bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp

View File

@@ -19,4 +19,4 @@
set -e
ruby -Ilib -Iext/guestfs bindtests.rb > bindtests.tmp
diff -u ../bindtests bindtests.tmp
diff -u ${srcdir}/../bindtests bindtests.tmp