From 6363733f8a8c72fdafd54ec6624113b498d74fe1 Mon Sep 17 00:00:00 2001 From: pithikos Date: Tue, 13 Jan 2015 10:30:42 +0000 Subject: [PATCH] update --- tests/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/README.md b/tests/README.md index 97efa54..92522ab 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,8 +1,7 @@ Tests ------------------------------------------------------------------------ -Each test creates a _test_.c with the source of the last test being executed. -On error, this source stays there and a .log file is created for debugging. +For memory leaks run `./memleaks`. This might take a while since valgrind +needs one second to init each thread. - -You run a test file directly. For example `./memleaks` +For the general functional tests run `./threadpool`.