mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
out-of-tree build: fixed bindtests and inspector
This commit is contained in:
committed by
Richard W.M. Jones
parent
aa67ea2b9b
commit
e7ea6d06ab
@@ -19,4 +19,4 @@
|
||||
set -e
|
||||
|
||||
./Bindtests > bindtests.tmp
|
||||
diff -u ../bindtests bindtests.tmp
|
||||
diff -u ${srcdir}/../bindtests bindtests.tmp
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
set -e
|
||||
|
||||
./bindtests > bindtests.tmp
|
||||
diff -u ../bindtests bindtests.tmp
|
||||
diff -u ${srcdir}/../bindtests bindtests.tmp
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user