diff options
author | Johan Dahlin <johan@src.gnome.org> | 2006-01-17 00:11:20 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2006-01-17 00:11:20 +0000 |
commit | ff5a7f46790e9e8379414c84cb70591753ef1d8e (patch) | |
tree | bfa9808a2d815062eeaf46d185c99ed6514172a4 | |
parent | a8e1cf954f756fc4f390f0d479c2a2d950e468a2 (diff) | |
download | pygobject-ff5a7f46790e9e8379414c84cb70591753ef1d8e.tar.gz pygobject-ff5a7f46790e9e8379414c84cb70591753ef1d8e.tar.xz pygobject-ff5a7f46790e9e8379414c84cb70591753ef1d8e.zip |
add enum/conversion herePYGOBJECT_2_9_1
-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 a8c10db..39ba16d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,6 +22,8 @@ testhelper_la_SOURCES = \ test-unknown.c tests = \ + test_conversion.py \ + test_enum.py \ test_gtype.py \ test_mainloop.py \ test_properties.py \ |