summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-01-27 06:03:01 +0000
committerMarc Laukien <marc@zeroc.com>2002-01-27 06:03:01 +0000
commit2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa (patch)
tree3cff06fa9c93f769c44ac5b108ef920d7e3aad6d /cpp/allTests.py
parentmore router starter stuff (diff)
downloadice-2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa.tar.bz2
ice-2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa.tar.xz
ice-2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa.zip
started with glacier test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 9b308249996..55615be0c34 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -41,6 +41,11 @@ tests = [ \
"IceStorm/federation2", \
]
+if sys.platform != "win32":
+ tests += [ \
+ "Glacier/starter", \
+ ]
+
#
# The user can supply on the command line a subset of tests to run.
#