diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-27 06:03:01 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-27 06:03:01 +0000 |
commit | 2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa (patch) | |
tree | 3cff06fa9c93f769c44ac5b108ef920d7e3aad6d /cpp/allTests.py | |
parent | more router starter stuff (diff) | |
download | ice-2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa.tar.bz2 ice-2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa.tar.xz ice-2f15b4d12613a5bb9efe9fd24a4e7fafcd63e4fa.zip |
started with glacier test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 5 |
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. # |