gobject-introspection r346 - in trunk: . tests



Author: walters
Date: Sun Aug 10 20:54:00 2008
New Revision: 346
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=346&view=rev

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

	* tests/roundtrip.sh: Use the correct tests.



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

Modified: trunk/tests/roundtrips.sh
==============================================================================
--- trunk/tests/roundtrips.sh	(original)
+++ trunk/tests/roundtrips.sh	Sun Aug 10 20:54:00 2008
@@ -3,7 +3,7 @@
 set -x
 set -e
 
-TESTFILES=$(echo *.test)
+TESTFILES=$(echo *.gir)
 
 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]