From b46ed432cdc494c3d73ecad80a6409e08a5e5a92 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 9 Aug 2008 00:18:17 +0000 Subject: [PATCH] Use local .gir files again. 2008-08-08 Colin Walters * tests/roundtrips.sh: Use local .gir files again. svn path=/trunk/; revision=333 --- ChangeLog | 4 ++++ tests/roundtrips.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aac9917..7418bf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-08-08 Colin Walters + * tests/roundtrips.sh: Use local .gir files again. + +2008-08-08 Colin Walters + * tests/invoke/Makefile.am: .gir file depends on libtool library. diff --git a/tests/roundtrips.sh b/tests/roundtrips.sh index 9cf8e77..d72f73d 100755 --- a/tests/roundtrips.sh +++ b/tests/roundtrips.sh @@ -3,7 +3,7 @@ set -x set -e -TESTFILES=$(echo "${srcdir}"/../../gir-repository/gir/*.gir) +TESTFILES=$(echo *.test) for i in $TESTFILES; do ${CHECK_DEBUG} ../tools/g-ir-compiler --raw $i > $i.1; -- 2.7.4