aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index c41f21c..f9eb19b 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -596,6 +596,7 @@
<batchtest todir="${build}/test/results">
<fileset dir="${build}/test/build/classes">
<include name="com/sun/gluegen/**Test*"/>
+ <include name="com/jogamp/common/util/**Test*"/>
</fileset>
<formatter usefile="false" type="plain"/>
<formatter usefile="true" type="xml"/>