Added instruction to run unit tests manually.

This commit is contained in:
Baptiste Lepilleur 2009-11-22 13:11:14 +00:00
parent 7dec64f57e
commit 2814f6e95b

View File

@ -44,4 +44,10 @@ and TARGET may be:
To run the test manually:
cd test
# This will run the Reader/Writer tests
python runjsontests.py "path to jsontest.exe"
# This will run the unit tests (mostly Value)
python rununittests.py "path to test_lib_json.exe"
You can run the tests using valgrind using:
python rununittests.py --valgrind "path to test_lib_json.exe"