diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-02-04 11:33:26 +0100 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-02-22 17:10:08 +0100 |
commit | a988cd414ce6aa40f1d77fcfa2d5721d169b5927 (patch) | |
tree | d025f82a9c9cc2613c2ce9f5120e66b48711e387 /tests/warn/Makefile.am | |
parent | f49f46f0c2b4ab2c7e33598596e6df72bd960c19 (diff) | |
download | gobject-introspection-a988cd414ce6aa40f1d77fcfa2d5721d169b5927.tar.gz |
Add warnings for the (method) annotation
https://bugzilla.gnome.org/show_bug.cgi?id=641347
Diffstat (limited to 'tests/warn/Makefile.am')
-rw-r--r-- | tests/warn/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/warn/Makefile.am b/tests/warn/Makefile.am index 8b44cfcb..571ca4a3 100644 --- a/tests/warn/Makefile.am +++ b/tests/warn/Makefile.am @@ -7,6 +7,7 @@ TESTS = \ invalid-array.h \ invalid-closure.h \ invalid-element-type.h \ + invalid-method.h \ invalid-option.h \ invalid-out.h \ invalid-transfer.h \ |