diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2014-12-08 20:11:44 +0100 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-03-04 21:00:29 +0100 |
commit | 5a137d0b1a14f5bab6a09cbec8471557679d72f8 (patch) | |
tree | a3b976872ef80aeaf5ee4735f18194fa3eab8381 /tests/scanner/Makefile.am | |
parent | 81aeb715f3d6d899ac310dbbb37d0c0fb15be436 (diff) | |
download | gobject-introspection-5a137d0b1a14f5bab6a09cbec8471557679d72f8.tar.gz |
giscanner: enable the --reparse-validate option for our test suite
Doing so reveals GIRParser did not yet support:
- the (skip) annotation on parameters and return values
- the (attributes) annotation
This patch fixes both issues an prevents further similar problems.
https://bugzilla.gnome.org/show_bug.cgi?id=738171
Diffstat (limited to 'tests/scanner/Makefile.am')
-rw-r--r-- | tests/scanner/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am index 92ab12a3..c7a1b32c 100644 --- a/tests/scanner/Makefile.am +++ b/tests/scanner/Makefile.am @@ -5,7 +5,7 @@ include $(top_srcdir)/Makefile.introspection SUBDIRS = . annotationparser -INTROSPECTION_SCANNER_ARGS += --warn-all +INTROSPECTION_SCANNER_ARGS += --warn-all --reparse-validate CLEANFILES = |