diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1d40539..287542d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -92,6 +92,7 @@ EXTRA_DIST = \ test_internal_api.py \ test_iochannel.py \ test_mainloop.py \ + test_object_marshaling.py \ test_option.py \ test_properties.py \ test_signal.py \ @@ -107,6 +108,7 @@ EXTRA_DIST = \ test_overrides_gdk.py \ test_overrides_gtk.py \ test_atoms.py \ + test_generictreemodel.py \ compat_test_pygtk.py \ gi/__init__.py \ gi/overrides/__init__.py \ |