diff options
Diffstat (limited to 'cpp/test/IceUtil/priority/test.py')
-rw-r--r-- | cpp/test/IceUtil/priority/test.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/priority/test.py b/cpp/test/IceUtil/priority/test.py new file mode 100644 index 00000000000..30e287825fb --- /dev/null +++ b/cpp/test/IceUtil/priority/test.py @@ -0,0 +1,11 @@ +# ********************************************************************** +# +# 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. +# +# ********************************************************************** + +if not isinstance(platform, Darwin) and (isinstance(platform, Windows) or os.getuid() == 0): + TestSuite(__name__) |