diff options
author | Jose <jose@zeroc.com> | 2018-09-12 14:48:57 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-09-12 14:48:57 +0200 |
commit | f9801ab21989e330015ffa274493e775671fe865 (patch) | |
tree | 99f7cf77ab7863117aa8ee7f2f8047afc6351d58 /csharp/test/xamarin/controller.UWP/allTests.py | |
parent | Missing C++ header include (diff) | |
download | ice-f9801ab21989e330015ffa274493e775671fe865.tar.bz2 ice-f9801ab21989e330015ffa274493e775671fe865.tar.xz ice-f9801ab21989e330015ffa274493e775671fe865.zip |
Make test controllers layout more consistent
Close #184
Diffstat (limited to 'csharp/test/xamarin/controller.UWP/allTests.py')
-rw-r--r-- | csharp/test/xamarin/controller.UWP/allTests.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/csharp/test/xamarin/controller.UWP/allTests.py b/csharp/test/xamarin/controller.UWP/allTests.py new file mode 100644 index 00000000000..c56c479b245 --- /dev/null +++ b/csharp/test/xamarin/controller.UWP/allTests.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python +# ********************************************************************** +# +# Copyright (c) 2003-2018 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. +# +# ********************************************************************** + +import os, sys +sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "..", "scripts")) + +from Util import runTestsWithPath + +runTestsWithPath(__file__) |