We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dec64f commit 2814f6eCopy full SHA for 2814f6e
1 file changed
README.txt
@@ -44,4 +44,10 @@ and TARGET may be:
44
45
To run the test manually:
46
cd test
47
+# This will run the Reader/Writer tests
48
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