comparison build.xml @ 477:9c9d09111aee

Tests for file flags(exec, link, regular)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 12 Jul 2012 18:07:51 +0200
parents 09f2d38ecf26
children 59b7c817bc4d
comparison
equal deleted inserted replaced
476:c02b5710d9ac 477:9c9d09111aee
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 <test name="org.tmatesoft.hg.test.TestPhases" />
100 <test name="org.tmatesoft.hg.test.TestMqExtension" />
101 <test name="org.tmatesoft.hg.test.TestFileFlags" />
100 </junit> 102 </junit>
101 </target> 103 </target>
102 104
103 <!-- --> 105 <!-- -->
104 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> 106 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars">