diff options
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 |