out-of-tree build: fixed bindtests and inspector
authorHilko Bengen <bengen@hilluzination.de>
Thu, 20 Oct 2011 12:20:56 +0000 (14:20 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 21 Oct 2011 15:42:06 +0000 (16:42 +0100)
haskell/run-bindtests
inspector/Makefile.am
java/run-bindtests
ocaml/run-bindtests
perl/run-bindtests
python/run-bindtests
ruby/run-bindtests

index f9ea434..7b45145 100755 (executable)
@@ -19,4 +19,4 @@
 set -e
 
 ./Bindtests > bindtests.tmp
-diff -u ../bindtests bindtests.tmp
+diff -u ${srcdir}/../bindtests bindtests.tmp
index 03e13d8..2389dbd 100644 (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
 
index b80c4dc..7e6eb7f 100755 (executable)
@@ -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
index 5200fec..d9a3047 100755 (executable)
@@ -19,4 +19,4 @@
 set -e
 
 ./bindtests > bindtests.tmp
-diff -u ../bindtests bindtests.tmp
+diff -u ${srcdir}/../bindtests bindtests.tmp
index d9d1ca3..f9cf231 100755 (executable)
@@ -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
index 17448c3..08a24e6 100755 (executable)
@@ -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
index 803d4c6..3bfa226 100755 (executable)
@@ -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