From d1622e40d6fa15911ebd3bf4f52b29f6da88a0a3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 10 Aug 2008 20:54:00 +0000 Subject: [PATCH] Use the correct tests. 2008-08-10 Colin Walters * tests/roundtrip.sh: Use the correct tests. svn path=/trunk/; revision=346 --- ChangeLog | 9 +++++++++ tests/roundtrips.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2b90c3b..87d3796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2008-08-10 Colin Walters + * tests/roundtrips.sh: Use the correct tests. + +2008-08-10 Colin Walters + + * 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 + * 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 diff --git a/tests/roundtrips.sh b/tests/roundtrips.sh index d72f73d..b7936b5 100755 --- a/tests/roundtrips.sh +++ b/tests/roundtrips.sh @@ -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; -- 2.7.4