summaryrefslogtreecommitdiff
path: root/tests/warn/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-02 17:18:35 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-02 17:19:18 -0300
commitb0b18465bc01e4b261670c40f7122d9516c430fd (patch)
treed09225deff43a4fc6d66c7e60eb8a5f3ff26af20 /tests/warn/Makefile.am
parent4da9654e44eff6eb7c22510d89a3b00e969a16ab (diff)
downloadgobject-introspection-b0b18465bc01e4b261670c40f7122d9516c430fd.tar.gz
[tests] Add callback scope tests
And fix a bug in the warning call in the scanner
Diffstat (limited to 'tests/warn/Makefile.am')
-rw-r--r--tests/warn/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/warn/Makefile.am b/tests/warn/Makefile.am
index aefc7a70..2d3c3240 100644
--- a/tests/warn/Makefile.am
+++ b/tests/warn/Makefile.am
@@ -1,6 +1,8 @@
include $(top_srcdir)/common.mk
TESTS = \
+ callback-invalid-scope.h \
+ callback-missing-scope.h \
return-gobject.h \
unresolved-type.h