summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-09-25 17:29:17 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-09-25 17:29:17 +0000
commitcd4a833d2abf065186ff9abc1a8334bc5241213d (patch)
tree10cd8b1979e5a7cf3c90733896836104830ab64e /tests/Makefile.am
parent2511d749805e517ea92a0dbbed4a9a25d9a1eba0 (diff)
downloadpygtk-cd4a833d2abf065186ff9abc1a8334bc5241213d.tar.gz
Move some tests from gtype and rename from signal.py
* tests/test_signal.py: Move some tests from gtype and rename from signal.py
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1c332e2d..f9428f94 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,7 @@ tests = \
conversion.py \
enum.py \
gtype.py \
- signal.py
+ test_signal.py
PYTHONPATH = $(top_builddir):$(top_builddir)/gobject:$(top_srcdir):$(top_srcdir)/gtk