summaryrefslogtreecommitdiff
path: root/java/android/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-06 15:51:30 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-06 15:51:30 -0700
commite99e1388d3b45e2e93888bca29ed540f245e2166 (patch)
tree8685d4a3a0ca84f257e2b326965609da554a60ba /java/android/allTests.py
parentFixed Ice/operations build failure with ARC target of iOS controller project (diff)
downloadice-e99e1388d3b45e2e93888bca29ed540f245e2166.tar.bz2
ice-e99e1388d3b45e2e93888bca29ed540f245e2166.tar.xz
ice-e99e1388d3b45e2e93888bca29ed540f245e2166.zip
ICE-7903 - move android tests
Diffstat (limited to 'java/android/allTests.py')
-rwxr-xr-xjava/android/allTests.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/android/allTests.py b/java/android/allTests.py
new file mode 100755
index 00000000000..d0439bd0028
--- /dev/null
+++ b/java/android/allTests.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# **********************************************************************
+#
+# Copyright (c) 2003-2017 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__)