C-Thread-Pool/tests/README.md

8 lines
246 B
Markdown
Raw Normal View History

2015-01-03 19:48:56 +03:00
Tests
------------------------------------------------------------------------
2015-01-13 13:30:42 +03:00
For memory leaks run `./memleaks`. This might take a while since valgrind
needs one second to init each thread.
2015-01-03 19:48:56 +03:00
2015-01-13 13:30:42 +03:00
For the general functional tests run `./threadpool`.