diff options
author | Johan Dahlin <jdahlin@src.gnome.org> | 2004-07-10 16:56:36 +0000 |
---|---|---|
committer | Johan Dahlin <jdahlin@src.gnome.org> | 2004-07-10 16:56:36 +0000 |
commit | 9454397a72b99ab4f27619c4da8c885874c37fb9 (patch) | |
tree | 62f42e5d53ab9487b8b82ec4c6f4dcfab2f66038 /configure.in | |
parent | 1c7533e76cd68ed9d8840d0eb83f398c10101362 (diff) | |
download | pygtk-9454397a72b99ab4f27619c4da8c885874c37fb9.tar.gz |
New script to run all tests in one take
* tests/runtests.py: New script to run all tests in one take
* tests/Makefile.am: autotoolify
* tests/signal.py: New simple test taken from
examples/gobject/signal.py
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 4d622055..ac3902ef 100644 --- a/configure.in +++ b/configure.in @@ -161,6 +161,7 @@ AC_CONFIG_FILES( codegen/Makefile gtk/Makefile docs/Makefile + tests/Makefile codegen/pygtk-codegen-2.0 pygtk.spec PKG-INFO) |