summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2007-12-10 00:35:59 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-12-10 00:35:59 +0000
commita705d42a47bc51503676688d0f0cefc49e85bd1b (patch)
treef9482bae363936ed50271ec9b8cca855ec8e42c3 /tests
parent5e19526a8c80ce86935e9dfa829a99d3ef9aa683 (diff)
downloadgobject-introspection-a705d42a47bc51503676688d0f0cefc49e85bd1b.tar.gz
Move over all CType construction functions.
2007-12-10 Johan Dahlin <johan@gnome.org> * src/cparser.y: * src/scanner.c: * src/scanner.h: Move over all CType construction functions. * tests/parser/Makefile.am: Be verbose when printing parsing tests results. svn path=/trunk/; revision=79
Diffstat (limited to 'tests')
-rw-r--r--tests/parser/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/parser/Makefile.am b/tests/parser/Makefile.am
index 61ce5fab..1a45c756 100644
--- a/tests/parser/Makefile.am
+++ b/tests/parser/Makefile.am
@@ -18,4 +18,7 @@ Foo.gidl: libfoo.la foo-object.h $(top_builddir)/src/g-idl-scanner
libfoo.la > $@
check-local:
- @diff -u Foo-expected.gidl Foo.gidl
+ @diff -u Foo-expected.gidl Foo.gidl && echo "Foo.gidl"
+ @echo "======================="
+ @echo "All parser tests passed"
+ @echo "======================="