From 2814f6e95b32aab57a4e11efe63846e2aa0b0270 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 22 Nov 2009 13:11:14 +0000 Subject: [PATCH] Added instruction to run unit tests manually. --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 5651d37..c1b2c73 100644 --- a/README.txt +++ b/README.txt @@ -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"