gobject-introspection r333 - in trunk: . tests



Author: walters
Date: Sat Aug  9 00:18:17 2008
New Revision: 333
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=333&view=rev

Log:
2008-08-08  Colin Walters  <walters verbum org>

	* tests/roundtrips.sh: Use local .gir files again.




Modified:
   trunk/ChangeLog
   trunk/tests/roundtrips.sh

Modified: trunk/tests/roundtrips.sh
==============================================================================
--- trunk/tests/roundtrips.sh	(original)
+++ trunk/tests/roundtrips.sh	Sat Aug  9 00:18:17 2008
@@ -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; 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]