diff options
Diffstat (limited to 'cpp/test/IceGrid/allocation/test.py')
-rw-r--r-- | cpp/test/IceGrid/allocation/test.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/allocation/test.py b/cpp/test/IceGrid/allocation/test.py new file mode 100644 index 00000000000..5c741aaa38c --- /dev/null +++ b/cpp/test/IceGrid/allocation/test.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- +# ********************************************************************** +# +# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +TestSuite(__file__, [IceGridTestCase(exevars={ "verifier.dir": "verifier" })], runOnMainThread=True, multihost=False)
\ No newline at end of file |