diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-10-04 17:32:46 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-10-04 17:32:46 +0200 |
commit | b046a247ae0220a415b085930992dae046d4439f (patch) | |
tree | fe60a23910ca3a3ef7ac15efff30ecfbf045171a | |
parent | e644ee656f5a2ec2dabe74dc14e432b336082cbf (diff) | |
download | colorize-b046a247ae0220a415b085930992dae046d4439f.tar.gz colorize-b046a247ae0220a415b085930992dae046d4439f.tar.bz2 |
Mention running tests through valgrind in README
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,6 +20,7 @@ Requirements gcc make perl +valgrind (optional) Build instructions ------------------ @@ -39,6 +40,12 @@ debugging output by issuing `make FLAGS=-DDEBUG'. The intention is to provide some memory allocation diagnostics (and might be extended in future). Usually, a debugging build is not required. +Furthermore, tests can be run through valgrind by issuing, for +example, `make check_valgrind 2>&1 | tee valgrind.out'. The +file provided here for the `tee' invocation will be populated +with the captured output from both standard output and error +stream. + Documentation ------------- See man page source file: colorize.1. |