Mercurial > hg4j
comparison build.xml @ 479:59b7c817bc4d
Methods from Main graduated as tests
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 12 Jul 2012 20:02:49 +0200 |
parents | 9c9d09111aee |
children | 02140be396d5 |
comparison
equal
deleted
inserted
replaced
478:e74580e24feb | 479:59b7c817bc4d |
---|---|
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 <test name="org.tmatesoft.hg.test.TestPhases" /> |
100 <test name="org.tmatesoft.hg.test.TestMqExtension" /> | 100 <test name="org.tmatesoft.hg.test.TestMqExtension" /> |
101 <test name="org.tmatesoft.hg.test.TestFileFlags" /> | 101 <test name="org.tmatesoft.hg.test.TestFileFlags" /> |
102 <test name="org.tmatesoft.hg.test.TestCatCommand" /> | |
102 </junit> | 103 </junit> |
103 </target> | 104 </target> |
104 | 105 |
105 <!-- --> | 106 <!-- --> |
106 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> | 107 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> |