summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-07-08 14:27:30 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-07-08 14:27:30 +0000
commita479bc5b4feacf73891269dd0d1ecfd0cad70d7d (patch)
tree4e189aa94d42784d79c02c931f4650683eff9996 /tests/Makefile.am
parent904db3a5c6220c5716ad9e450310a54ea741603e (diff)
downloadpygtk-a479bc5b4feacf73891269dd0d1ecfd0cad70d7d.tar.gz
Add GObject support, patch mostly based on Iņaki and Gustavos work.
* gobject/gobjectmodule.c: (initgobject): * gobject/pygobject-private.h: * gobject/pygobject.c: (pyg_props_iter_dealloc), (pygobject_props_iter_next), (PyGProps_dealloc), (build_parameter_list), (PyGProps_getattro), (PyGProps_setattro), (pygobject_props_traverse), (pygobject_props_get_iter), (PyGProps_length), (pyg_props_descr_descr_get): * tests/Makefile.am: Add GObject support, patch mostly based on Iņaki and Gustavos work. Unittests added, fixes #81879
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9b0b8de0..0f8ac7b8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,6 +25,7 @@ tests = \
test_gtype.py \
test_mainloop.py \
test_radiobutton.py \
+ test_properties.py \
test_signal.py \
test_subprocess.py \
test_subtype.py \