Skip to content

Commit ae3e991

Browse files
author
Jim Thornton
committed
Added missing test target to ccnChat ant build Refs #764
1 parent 0c11e35 commit ae3e991

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/ccnChat/build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
</jar>
7777
</target>
7878

79+
<target name="test" depends="jar">
80+
<echo message="No tests defined for ccnChat"/>
81+
</target>
82+
7983
<target name="clean">
8084
<delete dir="${build}"/>
8185
</target>

0 commit comments

Comments
 (0)