summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-08-16 11:26:24 +0000
committerMarc Laukien <marc@zeroc.com>2001-08-16 11:26:24 +0000
commit73e01bb42f2f75a8dbea664a664e1a19e74c28c3 (patch)
tree401359fe34493546e28880e82e6fd4629cde8eb7 /cpp/allTests.py
parentfixes (diff)
downloadice-73e01bb42f2f75a8dbea664a664e1a19e74c28c3.tar.bz2
ice-73e01bb42f2f75a8dbea664a664e1a19e74c28c3.tar.xz
ice-73e01bb42f2f75a8dbea664a664e1a19e74c28c3.zip
IcePack/simple
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py16
1 files changed, 10 insertions, 6 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index d8502e15001..df3b10e284f 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -17,12 +17,16 @@ for toplevel in ["", "..", os.path.join("..", ".."), os.path.join("..", "..", ".
else:
raise "can't find toplevel directory!"
-for i in [ ("Slice", "errorDetection"), \
- ("Ice", "operations"), \
- ("Ice", "exceptions"), \
- ("Ice", "inheritance"), \
- ("Ice", "faultTolerance"), \
- ("Ice", "locationForward")]:
+for i in \
+ [ \
+ ("Slice", "errorDetection"), \
+ ("Ice", "operations"), \
+ ("Ice", "exceptions"), \
+ ("Ice", "inheritance"), \
+ ("Ice", "faultTolerance"), \
+ ("Ice", "locationForward"), \
+ ("IcePack", "simple"), \
+ ]:
dir = os.path.join(toplevel, "test", *i)