summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
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.
#