diff options
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-20 20:49:06 (GMT) |
---|---|---|
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-20 20:49:06 (GMT) |
commit | 47e98307e0751c15c658aff9aca7c7da87a5515d (patch) | |
tree | 36a23a28c43db1f7f356e5981d65d24147017139 /Lib/test/testall.py | |
parent | cfaac40e314632579474fc7b7651b58c75d63615 (diff) | |
download | cpython-47e98307e0751c15c658aff9aca7c7da87a5515d.zip cpython-47e98307e0751c15c658aff9aca7c7da87a5515d.tar.gz cpython-47e98307e0751c15c658aff9aca7c7da87a5515d.tar.bz2 |
Test program for the SGI imageop module.
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 3dc30c3..a4e6da6 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -30,6 +30,7 @@ tests = ['test_grammar', 'test_gdbm', 'test_grp', 'test_operator', + 'test_imageop', ] if __name__ == '__main__': |