commit | 2814f6e95b32aab57a4e11efe63846e2aa0b0270 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun Nov 22 13:11:14 2009 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun Nov 22 13:11:14 2009 +0000 |
tree | 3c71579f8be65489dcdc43e5cc1aebee7b38b9da | |
parent | 7dec64f57ed3d549d050c43b909f06d14de5c87e [diff] |
Added instruction to run unit tests manually.
diff --git a/README.txt b/README.txt index 5651d37..c1b2c73 100644 --- a/README.txt +++ b/README.txt
@@ -44,4 +44,10 @@ 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"