diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index f4a5ca28c16..bf8183180b2 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -58,6 +58,7 @@ tests = [ \ if TestUtil.isWin32() == 0: tests += [ \ "IcePack/simple", \ + "IcePack/deployer", \ "Glacier/starter", \ ] |