diff options
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. # |