Use the correct tests.
authorColin Walters <walters@verbum.org>
Sun, 10 Aug 2008 20:54:00 +0000 (20:54 +0000)
committerColin Walters <walters@src.gnome.org>
Sun, 10 Aug 2008 20:54:00 +0000 (20:54 +0000)
2008-08-10  Colin Walters  <walters@verbum.org>

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

svn path=/trunk/; revision=346

ChangeLog
tests/roundtrips.sh

index 2b90c3b..87d3796 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-08-10  Colin Walters  <walters@verbum.org>
 
+       * tests/roundtrips.sh: Use the correct tests.
+
+2008-08-10  Colin Walters  <walters@verbum.org>
+
+       * giscanner/cgobject.py: Declare/wrap a few more functions.
+       Fix parameter types for g_object_new and g_type_fundamental.
+
+2008-08-10  Colin Walters  <walters@verbum.org>
+
        * giscanner/cgobject.py: Add new decorator @gwrap which forces
        us to declare types for both return value and parameters.  The
        ctypes default of 'int' is bad because it hides 32/64 bit
index d72f73d..b7936b5 100755 (executable)
@@ -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;