tests/README
author Yuya Nishihara <yuya@tcha.org>
Tue, 03 Nov 2020 11:24:21 +0900
branchstable
changeset 45771 81da6feb5000
parent 26421 4b0fc75f9403
permissions -rw-r--r--
chg: reset errno prior to calling strtol() Otherwise we can't figure out if the last strtol() invocation failed or not.

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.