comparison build.xml @ 474:09f2d38ecf26

Tests for phases support
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 12 Jul 2012 15:36:21 +0200
parents 31bd09da0dcf
children 9c9d09111aee
comparison
equal deleted inserted replaced
473:5c09a9f2e073 474:09f2d38ecf26
94 <test name="org.tmatesoft.hg.test.TestByteChannel" /> 94 <test name="org.tmatesoft.hg.test.TestByteChannel" />
95 <test name="org.tmatesoft.hg.test.TestSubrepo" /> 95 <test name="org.tmatesoft.hg.test.TestSubrepo" />
96 <test name="org.tmatesoft.hg.test.TestClone" /> 96 <test name="org.tmatesoft.hg.test.TestClone" />
97 <test name="org.tmatesoft.hg.test.TestIncoming" /> 97 <test name="org.tmatesoft.hg.test.TestIncoming" />
98 <test name="org.tmatesoft.hg.test.TestOutgoing" /> 98 <test name="org.tmatesoft.hg.test.TestOutgoing" />
99 <test name="org.tmatesoft.hg.test.TestPhases" />
99 </junit> 100 </junit>
100 </target> 101 </target>
101 102
102 <!-- --> 103 <!-- -->
103 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> 104 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars">