diff options
Diffstat (limited to 'scripts/tests/Ice/background.py')
-rw-r--r-- | scripts/tests/Ice/background.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/tests/Ice/background.py b/scripts/tests/Ice/background.py new file mode 100644 index 00000000000..4db72200a79 --- /dev/null +++ b/scripts/tests/Ice/background.py @@ -0,0 +1,10 @@ +# ********************************************************************** +# +# 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(__name__, libDirs=["testtransport"], options={ "mx": [False] }) |