summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index b19e4510ddb..1394e3039af 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -94,6 +94,7 @@ tests = [ \
"Ice/servantLocator", \
"Ice/threads", \
"Ice/interceptor", \
+ "Ice/stringConverter", \
"IceSSL/configuration", \
"Freeze/dbmap", \
"Freeze/complex", \
@@ -129,9 +130,6 @@ if isCygwin() == 0:
tests += [ \
]
-if not isWin32() or os.getenv("ICONV_HOME") != None:
- tests.insert(0, "Ice/stringConverter")
-
if isWin32():
tests.insert(0, "IceUtil/condvar")