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 3fc9e91..e14fb6e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,6 +16,7 @@ c_tests = \ gvariant-lookup.c \ gvariant-new.c \ nonnull.c \ + gerror-api.c \ $(NULL) templates = \ @@ -25,6 +26,8 @@ templates = \ assertion-return.tail.c \ generic.head.c \ generic.tail.c \ + gerror.head.c \ + gerror.tail.c \ gsignal.head.c \ gsignal.tail.c \ gvariant.head.c \ |