Mercurial > hg-onsub
changeset 19:30bdbd5f6173
Add instructions for running the tests
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 12 Apr 2012 10:33:30 +0200 |
parents | d920e3425db5 |
children | 132e522fda32 |
files | README |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu Mar 29 16:18:57 2012 -0700 +++ b/README Thu Apr 12 10:33:30 2012 +0200 @@ -13,6 +13,17 @@ .. __: mailto:mercurial-devel@selenic.com +Testing +------- + +To test the extension you need a source installation of Mercurial. If +the root of the Mercurial installation is ``$HGROOT``, then run:: + + $ $HGROOT/tests/run-tests.py + .. + # Ran 2 tests, 0 skipped, 0 failed. + +inside this directory to execute the two tests. Sponsoring ----------