diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 26d1c02..3fc9e91 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,6 +8,7 @@ C_LOG_COMPILER = $(top_srcdir)/tests/wrapper-compiler-errors c_tests = \ assertion-extraction.c \ assertion-extraction-return.c \ + gsignal-connect.c \ gvariant-builder.c \ gvariant-get.c \ gvariant-get-child.c \ @@ -24,6 +25,8 @@ templates = \ assertion-return.tail.c \ generic.head.c \ generic.tail.c \ + gsignal.head.c \ + gsignal.tail.c \ gvariant.head.c \ gvariant.tail.c \ $(NULL) |