diff options
Diffstat (limited to 'csharp/test/xamarin/controller.Android/allTests.py')
-rw-r--r-- | csharp/test/xamarin/controller.Android/allTests.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/csharp/test/xamarin/controller.Android/allTests.py b/csharp/test/xamarin/controller.Android/allTests.py new file mode 100644 index 00000000000..c56c479b245 --- /dev/null +++ b/csharp/test/xamarin/controller.Android/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__) |