mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-25 06:49:37 +03:00
12 lines
302 B
Markdown
12 lines
302 B
Markdown
Tests
|
|
------------------------------------------------------------------------
|
|
|
|
For memory leaks run `./memleaks`. This might take a while since valgrind
|
|
needs one second to init each thread.
|
|
|
|
For the general functional tests run `./threadpool`.
|
|
|
|
**On errors:**
|
|
|
|
Check the created log file `error.log`
|