diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-02-17 21:38:50 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-02-17 21:38:50 +0000 |
commit | 56c84bb557fc9f0cff8ef765f1a05ccff43e2a41 (patch) | |
tree | c53aace5b2ca5c86b30d02e6e0265f78eed24e63 /py/allTests.py | |
parent | initial commit (diff) | |
download | ice-56c84bb557fc9f0cff8ef765f1a05ccff43e2a41.tar.bz2 ice-56c84bb557fc9f0cff8ef765f1a05ccff43e2a41.tar.xz ice-56c84bb557fc9f0cff8ef765f1a05ccff43e2a41.zip |
adding binding test
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-x | py/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/allTests.py b/py/allTests.py index 8ad1fd0ab36..17ecf59a03b 100755 --- a/py/allTests.py +++ b/py/allTests.py @@ -50,6 +50,7 @@ def runTests(tests, num = 0): # tests = [ \ "Ice/adapterDeactivation", \ + "Ice/binding", \ "Ice/exceptions", \ "Ice/facets", \ "Ice/faultTolerance", \ |