summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-02-01 11:53:35 +0100
committerSven Gothel <[email protected]>2013-02-01 11:53:35 +0100
commit14c6e3b98b04d87abf738c5ed7bfd7746dab8e08 (patch)
treeb6d3d2120791d3aea976d87aea8a965e04089594 /make/build-test.xml
parent1446b90a501b4efbda469926f64e1e8eee9c67c0 (diff)
Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only include native library w/o version number.
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 060863e..31f5f9c 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -170,6 +170,8 @@
<copy todir="${classes.test}">
<fileset dir="${src.test}">
<include name="**/*.wav"/>
+ <include name="**/*.cd"/>
+ <include name="**/*.cdr"/>
<exclude name="**/*.java"/>
</fileset>
</copy>