summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-03-16 13:49:10 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-03-16 13:49:10 +0000
commit90ab043fcd78fff020954868b7111bcc337a1103 (patch)
tree7dda5b99c202b149cd3fe53376ca16e0ca42eb3c /tests/Makefile.am
parent7abfa780bdc2adb0253e529ad1ae8efb4be8fd2a (diff)
downloadpygtk-90ab043fcd78fff020954868b7111bcc337a1103.tar.gz
New test.
* tests/test_radiobutton.py (RadioButtonTest): New test. * tests: Renamed *.py to test_*.py
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6572eff5..e3b46fc7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,12 +19,13 @@ testhelper_la_SOURCES = \
test-unknown.c
tests = \
- test_subprocess.py \
- conversion.py \
- enum.py \
- gtype.py \
+ test_conversion.py \
test_dialog.py \
+ test_enum.py \
+ test_gtype.py \
+ test_radiobutton.py \
test_signal.py \
+ test_subprocess.py \
test_subtype.py \
test_unknown.py