Add comment on how to test picrin with Valgrind.

I hope we will really do it on Travis. :-)

Reference: https://github.com/picrin-scheme/picrin/issues/294

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
OGINO Masanori 2015-07-16 17:59:32 +09:00
parent 8e90f17605
commit 8f4e2614e4
1 changed files with 2 additions and 0 deletions

View File

@ -7,12 +7,14 @@ addons:
apt:
packages:
- gcc-multilib
# - valgrind
env:
- CFLAGS="-m32"
- CFLAGS="-m64"
script:
- perl --version
- make test
# - make test-contrib TEST_RUNNER="valgrind -q --leak-check=full --dsymutil=yes --error-exitcode=1 bin/picrin"
- make clean
- make debug
- make test