diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 2bceab1eb15..d66a719899b 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -22,6 +22,7 @@ else: # List of all tests. # tests = [ \ + "IceUtil/thread", \ "Slice/errorDetection", \ "Ice/operations", \ "Ice/exceptions", \ |