diff options
author | Jose <jose@zeroc.com> | 2016-03-29 11:18:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-29 11:18:55 +0200 |
commit | 9012487f2f6a2374c4938fff67d7145d6fdff446 (patch) | |
tree | e6d75ea504fa49019b2518785217e6202b4d32ab /cpp/allTests.py | |
parent | Install rules fixes (diff) | |
download | ice-9012487f2f6a2374c4938fff67d7145d6fdff446.tar.bz2 ice-9012487f2f6a2374c4938fff67d7145d6fdff446.tar.xz ice-9012487f2f6a2374c4938fff67d7145d6fdff446.zip |
Mingw build fixes
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 4540f054d0b..221b7b6f065 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -78,7 +78,7 @@ tests = [ ("Ice/enums", ["once"]), ("Ice/logger", ["once"]), ("Ice/networkProxy", ["core", "noipv6", "nosocks"]), - ("Ice/services", ["once"]), + ("Ice/services", ["once", "nomingw"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc100", "nomingw", "nomx"]), ("IceBox/admin", ["core", "noipv6", "novc100", "nomingw", "nomx"]), |