Add bin to classpath

This commit is contained in:
Flare Microsystems
2024-11-10 20:19:47 -08:00
parent e2e19e0df9
commit 31476cfe50

View File

@@ -37,6 +37,7 @@
<target name="compile_tests" depends="init"> <target name="compile_tests" depends="init">
<javac srcdir="${testsrc.dir}" destdir="${test.dir}"> <javac srcdir="${testsrc.dir}" destdir="${test.dir}">
<classpath> <classpath>
<pathelement location="${build.dir}" />
<fileset dir="${junit.dir}" includes="*.jar" /> <fileset dir="${junit.dir}" includes="*.jar" />
</classpath> </classpath>
</javac> </javac>