Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Prevent a failing worker thread to go wild after it fails | Martin Willi | 2014-04-01 | 1 | -1/+2 |
| | | | | | | A worker raises SIGUSR1 to inform the main thread that the test fails. The main thread then starts cancelling workers, but the offending thread should be terminated immediately to prevent it from test continuation. | ||||
* | Fixed some typos | Tobias Brunner | 2014-02-18 | 1 | -2/+2 |
| | |||||
* | unit-tests: Support testing multi-threaded code | Martin Willi | 2013-11-06 | 1 | -5/+42 |
| | |||||
* | unit-tests: Implement testing framework without "check" | Martin Willi | 2013-11-06 | 1 | -0/+240 |