diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-25 22:41:31 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-25 22:41:31 +0000 |
commit | 99528353dee44b173f35470f3920b6c7f9c7cb95 (patch) | |
tree | ecf9c1290c00e36dd24862be68c2044cb4d14850 /cpp/allTests.py | |
parent | project file fixes (diff) | |
download | ice-99528353dee44b173f35470f3920b6c7f9c7cb95.tar.bz2 ice-99528353dee44b173f35470f3920b6c7f9c7cb95.tar.xz ice-99528353dee44b173f35470f3920b6c7f9c7cb95.zip |
Updated to fit into the test framework.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 8691744dd17..1901930c9cc 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -25,6 +25,11 @@ tests = [ \ "IceUtil/thread", \ "IceUtil/unicode", \ "Slice/errorDetection", \ + "IceSSL/configuration", \ + "IceSSL/loadPEM", \ + "IceSSL/certificateAndKeyParsing", \ + "IceSSL/certificateVerifier", \ + "IceSSL/certificateVerification", \ "Ice/operations", \ "Ice/exceptions", \ "Ice/inheritance", \ @@ -35,12 +40,12 @@ tests = [ \ "IceXML/encoding", \ "IcePack/simple", \ "Freeze/cursor", \ + "Freeze/dbmap", \ "Freeze/complex", \ "IceStorm/single", \ "IceStorm/federation", \ "IceStorm/federation2", \ ] -# "Freeze/dbmap", \ # # Only add Glacier tests for Linux systems |