aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-08 02:52:52 +0200
committerMichael Bien <[email protected]>2010-04-08 02:52:52 +0200
commit31504e67e5f38d07d442ee02aef456de71a2fa90 (patch)
tree68acadbdf41639edc335ee4f1ef31005998e67d8 /make/build.xml
parentd3ec98ea43cf0e38860e64c111c7b09ed4b363bd (diff)
initial import of IntIntHashmap + JUnitTest including a benchmark.
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"/>