summaryrefslogtreecommitdiff
path: root/tests/warn/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-08-29 21:51:34 -0400
committerColin Walters <walters@verbum.org>2011-08-29 21:51:34 -0400
commitedb4146278f74030fba9bfd79e21f070f24d4434 (patch)
tree2d2b98216c82b6bd8c700d597d6b19273f86c628 /tests/warn/Makefile.am
parentcda0aece025c26a407e5e6c918a4312b87450754 (diff)
downloadgobject-introspection-edb4146278f74030fba9bfd79e21f070f24d4434.tar.gz
Fix warning for missing (element-type)
While looking for a different bug, I noticed that the introspectable pass lists was missing GSList. And the warning was never set up to fire anyways. Fix it and add a test.
Diffstat (limited to 'tests/warn/Makefile.am')
-rw-r--r--tests/warn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/warn/Makefile.am b/tests/warn/Makefile.am
index 7d81d9ef..5ca3d821 100644
--- a/tests/warn/Makefile.am
+++ b/tests/warn/Makefile.am
@@ -12,6 +12,7 @@ TESTS = \
invalid-option.h \
invalid-out.h \
invalid-transfer.h \
+ missing-element-type.h \
unknown-parameter.h \
unresolved-type.h