summaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 03:22:08 +0100
committerSven Gothel <[email protected]>2010-12-13 03:22:08 +0100
commitebfb837b95fc6eb6ec9102004d1d068933957400 (patch)
treec4c221582edf538c5e6390404ae20dfdfb97bbc3 /make/build-common.xml
parent84a76425dd10933a7ad033920a1e0ce12a2a107b (diff)
tests: test.auto.run (junit.run) and test.manual.run
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index ea81720e0..cc34f0093 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -233,6 +233,9 @@
<pathelement location="${newt.all.jar}" />
<pathelement location="${jogl.test.jar}" />
</path>
+ <property name="junit_jogl_newt_awt.run.jars"
+ value="${junit.jar}${path.separator}${ant.jar}${path.separator}${ant-junit.jar}${path.separator}${gluegen-rt.jar}${path.separator}${nativewindow.all.jar}${path.separator}${jogl.all.jar}${path.separator}${newt.all.jar}${path.separator}${jogl.test.jar}"/>
+
<path id="jogl_newt_all-noawt.classpath">
<pathelement location="${gluegen-rt.jar}" />