diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-12-23 23:03:35 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-12-23 23:03:35 +0000 |
commit | be8e015849ae54e2cc561b07010dbd8a2da140d3 (patch) | |
tree | 52e84a928445b8f65a7c00a1af6fe614f74a7a53 /cpp/allTests.py | |
parent | bug fix for environment vars (diff) | |
download | ice-be8e015849ae54e2cc561b07010dbd8a2da140d3.tar.bz2 ice-be8e015849ae54e2cc561b07010dbd8a2da140d3.tar.xz ice-be8e015849ae54e2cc561b07010dbd8a2da140d3.zip |
adding IcePack tests for Win32
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 4 |
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", \ ] |