# HG changeset patch # User Martin Geisler # Date 1334219610 -7200 # Node ID 30bdbd5f6173041fa3e8726195dc21f8fd6082ea # Parent d920e3425db554497a2cfaf1a2548eafbdc8b0e7 Add instructions for running the tests diff -r d920e3425db5 -r 30bdbd5f6173 README --- 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 ----------