Mercurial > hg4j
comparison build.xml @ 540:67d4b0f73984
Include commit tests into Ant's test suite
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 13 Feb 2013 19:41:33 +0100 |
parents | 95bdcf75e71e |
children | cd78e8b9d7bc |
comparison
equal
deleted
inserted
replaced
539:9edfd5a223b8 | 540:67d4b0f73984 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2010-2012 TMate Software Ltd | 3 Copyright (c) 2010-2013 TMate Software Ltd |
4 | 4 |
5 This program is free software; you can redistribute it and/or modify | 5 This program is free software; you can redistribute it and/or modify |
6 it under the terms of the GNU General Public License as published by | 6 it under the terms of the GNU General Public License as published by |
7 the Free Software Foundation; version 2 of the License. | 7 the Free Software Foundation; version 2 of the License. |
8 | 8 |
102 <test name="org.tmatesoft.hg.test.TestFileFlags" /> | 102 <test name="org.tmatesoft.hg.test.TestFileFlags" /> |
103 <test name="org.tmatesoft.hg.test.TestCatCommand" /> | 103 <test name="org.tmatesoft.hg.test.TestCatCommand" /> |
104 <test name="org.tmatesoft.hg.test.TestRevert" /> | 104 <test name="org.tmatesoft.hg.test.TestRevert" /> |
105 <test name="org.tmatesoft.hg.test.TestCheckout" /> | 105 <test name="org.tmatesoft.hg.test.TestCheckout" /> |
106 <test name="org.tmatesoft.hg.test.TestAddRemove" /> | 106 <test name="org.tmatesoft.hg.test.TestAddRemove" /> |
107 <test name="org.tmatesoft.hg.test.TestCommit" /> | |
107 </junit> | 108 </junit> |
108 </target> | 109 </target> |
109 | 110 |
110 <!-- --> | 111 <!-- --> |
111 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> | 112 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> |