summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-12-23 23:03:35 +0000
committerMark Spruiell <mes@zeroc.com>2003-12-23 23:03:35 +0000
commitbe8e015849ae54e2cc561b07010dbd8a2da140d3 (patch)
tree52e84a928445b8f65a7c00a1af6fe614f74a7a53 /cpp/allTests.py
parentbug fix for environment vars (diff)
downloadice-be8e015849ae54e2cc561b07010dbd8a2da140d3.tar.bz2
ice-be8e015849ae54e2cc561b07010dbd8a2da140d3.tar.xz
ice-be8e015849ae54e2cc561b07010dbd8a2da140d3.zip
adding IcePack tests for Win32
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 1b1fd623e91..a163d65da2a 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -58,6 +58,8 @@ tests = [ \
"IceStorm/federation2", \
"Transform/dbmap", \
"Transform/evictor", \
+ "IcePack/simple", \
+ "IcePack/deployer", \
]
#
@@ -65,8 +67,6 @@ tests = [ \
#
if TestUtil.isWin32() == 0:
tests += [ \
- "IcePack/simple", \
- "IcePack/deployer", \
"Glacier/starter", \
]