We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28b41 commit 0e12e9fCopy full SHA for 0e12e9f
build.xml
@@ -6,6 +6,7 @@
6
7
<import file="${path.to.aima-core.project}/build.xml"/>
8
9
- <target name="test" depends="aima-core.test-all">
+ <target name="test">
10
+ <ant dir="${path.to.aima-core.project}" target="aima-core.test-all" />
11
</target>
12
</project>
0 commit comments