Mercurial > jhg
diff 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 |
line wrap: on
line diff
--- a/build.xml Thu Jul 12 18:07:12 2012 +0200 +++ b/build.xml Thu Jul 12 18:07:51 2012 +0200 @@ -97,6 +97,8 @@ <test name="org.tmatesoft.hg.test.TestIncoming" /> <test name="org.tmatesoft.hg.test.TestOutgoing" /> <test name="org.tmatesoft.hg.test.TestPhases" /> + <test name="org.tmatesoft.hg.test.TestMqExtension" /> + <test name="org.tmatesoft.hg.test.TestFileFlags" /> </junit> </target>