Skip to content

Commit 0e12e9f

Browse files
authored
Update build.xml
1 parent 6a28b41 commit 0e12e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<import file="${path.to.aima-core.project}/build.xml"/>
88

9-
<target name="test" depends="aima-core.test-all">
9+
<target name="test">
10+
<ant dir="${path.to.aima-core.project}" target="aima-core.test-all" />
1011
</target>
1112
</project>

0 commit comments

Comments
 (0)