summaryrefslogtreecommitdiff
path: root/csharp/test/xamarin/controller.UWP/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/xamarin/controller.UWP/allTests.py')
-rw-r--r--csharp/test/xamarin/controller.UWP/allTests.py16
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__)