mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-09 17:57:34 +02:00
Added instruction to run unit tests manually.
This commit is contained in:
parent
7dec64f57e
commit
2814f6e95b
@ -44,4 +44,10 @@ and TARGET may be:
|
|||||||
|
|
||||||
To run the test manually:
|
To run the test manually:
|
||||||
cd test
|
cd test
|
||||||
|
# This will run the Reader/Writer tests
|
||||||
python runjsontests.py "path to jsontest.exe"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user