This commit is contained in:
pithikos 2015-01-13 10:30:42 +00:00
parent 9668644fcf
commit 6363733f8a

View File

@ -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`.