aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-20 17:48:28 +0100
committerSven Gothel <[email protected]>2012-02-20 17:48:28 +0100
commit505525c857bc4d62815a69463e263d0c2c847ac1 (patch)
tree4d126c13570c3942022986d94a2b7a4714421582 /make/build-common.xml
parentd97c54896d349e8a22c9cafec75c62476c16fdd1 (diff)
Enable remote ssh unit test invocation [1] (testing w/ linux armv7)
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index b1e5159af..6f2a9900a 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -450,6 +450,7 @@
</path>
<property name="junit_jogl_awt.run.jars"
value="${junit.jar}${path.separator}${ant.jar}${path.separator}${ant-junit.jar}${path.separator}${gluegen-rt.jar}${path.separator}${jogl.all.jar}${path.separator}${jogl.test.jar}"/>
+ <property name="junit_jogl_awt.run.remote.jars" value="${junit.jar}${path.separator}${env.TARGET_ANT_HOME}/lib/ant.jar${path.separator}${env.TARGET_ANT_HOME}/lib/ant-junit.jar${path.separator}${gluegen-rt.jar}${path.separator}${jogl.all.jar}${path.separator}${jogl.test.jar}"/>
<!-- Test Run w/o AWT .. -->
<path id="junit_jogl_noawt.run.classpath">
@@ -462,6 +463,9 @@
</path>
<property name="junit_jogl_noawt.run.jars"
value="${junit.jar}${path.separator}${ant.jar}${path.separator}${ant-junit.jar}${path.separator}${gluegen-rt.jar}${path.separator}${jogl.all-noawt.jar}${path.separator}${jogl.test.jar}"/>
+ <property name="junit_jogl_noawt.run.remote.jars" value="${junit.jar}${path.separator}${env.TARGET_ANT_HOME}/lib/ant.jar${path.separator}${env.TARGET_ANT_HOME}/lib/ant-junit.jar${path.separator}${gluegen-rt.jar}${path.separator}${jogl.all-noawt.jar}${path.separator}${jogl.test.jar}"/>
+ <!--property name="junit.run.remote.apks" value="${ant-junit-all.apk}${path.separator}${gluegen.root}/${rootrel.build}/gluegen.apk${path.separator}${build_t}/gluegen-test.apk"/-->
+
<!-- Test Run w/ SWT .. -->
<path id="junit_jogl_swt.run.classpath">