tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 02 Jun 2017 10:32:39 -0700
changeset 32646 b4356d1cf3e4
parent 26421 4b0fc75f9403
permissions -rw-r--r--
bitmanipulation: add missing include of string.h That's where memcpy() is declared.

To run the tests, do:

cd tests/
python run-tests.py

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