summaryrefslogtreecommitdiff
path: root/java-compat/test/android/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'java-compat/test/android/allTests.py')
-rw-r--r--java-compat/test/android/allTests.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/java-compat/test/android/allTests.py b/java-compat/test/android/allTests.py
new file mode 100644
index 00000000000..e3a2fc3d36f
--- /dev/null
+++ b/java-compat/test/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__)