summaryrefslogtreecommitdiff
path: root/cppe/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/allTests.py')
-rwxr-xr-xcppe/allTests.py33
1 files changed, 15 insertions, 18 deletions
diff --git a/cppe/allTests.py b/cppe/allTests.py
index e47d483745d..69f781fcbce 100755
--- a/cppe/allTests.py
+++ b/cppe/allTests.py
@@ -51,24 +51,21 @@ def runTests(tests, num = 0):
#
# List of all basic tests.
#
-tests = [ \
- "IceUtil/thread", \
- "IceUtil/unicode", \
- "IceUtil/inputUtil", \
- "IceUtil/uuid", \
- "Ice/operations", \
- "Ice/exceptions", \
- "Ice/inheritance", \
- "Ice/facets", \
- "Ice/objects", \
- "Ice/faultTolerance", \
- "Ice/location", \
- "Ice/adapterDeactivation", \
- "Ice/slicing/exceptions", \
- "Ice/slicing/objects", \
- "Ice/gc", \
- "Ice/checksum", \
- "Ice/stream", \
+tests = [
+ "IceUtil/thread",
+ "IceUtil/unicode",
+ "IceUtil/inputUtil",
+ "IceUtil/uuid",
+ "Ice/operations",
+ "Ice/exceptions",
+ "Ice/inheritance",
+ "Ice/facets",
+ "Ice/faultTolerance",
+ "Ice/location",
+ "Ice/adapterDeactivation",
+ "Ice/slicing/exceptions",
+ "Ice/checksum",
+ "Ice/stream",
]
#