Skip to content

Commit 2814f6e

Browse files
committed
Added instruction to run unit tests manually.
1 parent 7dec64f commit 2814f6e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ and TARGET may be:
4444

4545
To run the test manually:
4646
cd test
47+
# This will run the Reader/Writer tests
4748
python runjsontests.py "path to jsontest.exe"
49+
# This will run the unit tests (mostly Value)
50+
python rununittests.py "path to test_lib_json.exe"
51+
52+
You can run the tests using valgrind using:
53+
python rununittests.py --valgrind "path to test_lib_json.exe"

0 commit comments

Comments
 (0)