From 59c14080db3a904ad9d4e54102878b15865c12f0 Mon Sep 17 00:00:00 2001 From: "Sunrin SHIMURA (keen)" <3han5chou7@gmail.com> Date: Sun, 4 Jan 2015 04:20:06 +0000 Subject: [PATCH] add Run Test subsubsection --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 354b0e0c..dc81124d 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,21 @@ Before installing picrin, you can try picrin without breaking any of your system $ make run +### Run Test +To run all the test including contribs, execute this. + + $ make test + +To test only R7RS features, + + $ make test-r7rs + ### Debug run If you execute `cmake` with debug flag `-DCMAKE_BUILD_TYPE=Debug`, it builds the binary with all debug flags enabled (PIC_GC_STRESS, VM_DEBUG, DEBUG). $ cmake -DCMAKE_BUILD_TYPE=Debug .. - ## Requirement Picrin scheme depends on some external libraries to build the binary: