Skip to content
Snippets Groups Projects
Commit 018098d0 authored by Kuang-Ching Wang's avatar Kuang-Ching Wang
Browse files

Merge pull request #401 from iSatoshiKobayashi/solve-junit-test

To solve #400
parents 2d99f7aa 1f4a63bc
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,9 @@
srcdir="${source}:${thrift.out.dir}"
destdir="${build}">
</javac>
<copy todir="${build}">
<fileset dir="${resources}" />
</copy>
</target>
<target name="compile-tests" depends="compile-test"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment