diff options
author | Sven Gothel <[email protected]> | 2011-07-24 12:41:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-24 12:41:13 +0200 |
commit | 26374fad042f4a33f799cdee367dc903b27a44f7 (patch) | |
tree | 7d6afcddd5e5f2d69531680a39bf0a86c82648a9 /make/gluegen-properties.xml | |
parent | 2be84ffcc62e8be16b1bba17569a9b2d42269336 (diff) |
Complete android apk creation and cont. unit test launch. Need to write unit test commands to file - too long for single adb shell command
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-x | make/gluegen-properties.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 600c071..95f58f5 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -43,6 +43,7 @@ <property name="junit.jar" value="${gluegen.root}/make/lib/junit.jar" /> <property name="ant.jar" value="${ant.home}/lib/ant.jar" /> <property name="ant-junit.jar" value="${ant.home}/lib/ant-junit.jar" /> + <property name="ant-junit-all.apk" value="${gluegen.root}/make/lib/ant-junit-all.apk" /> <condition property="win32.c.compiler" value="mingw64"> <and> <os family="windows" /> |