Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Add support for Windows build | Martin Willi | 2014-06-04 | 1 | -1/+9 |
| | | | | | Instead of signals we catch Windows exceptions. Currently not supported are timers, which is more a convenience thing anyway. | ||||
* | unit-tests: Defer failures by worker threads | Tobias Brunner | 2014-05-19 | 1 | -3/+15 |
| | | | | | | | | | | | In some cases the main thread is not ready to immediately call siglongjmp(), e.g. if it currently holds a mutex that is later required during shutdown. Therefore, we delay handling errors in worker threads until the main thread performs the next check itself (or the test function ends). The same issue remains with SIGALRM. | ||||
* | unit-tests: Add a ck_assert_chunk_eq() convenience macro | Martin Willi | 2014-04-30 | 1 | -0/+18 |
| | |||||
* | unit-tests: Fix apidoc for libtest | Tobias Brunner | 2013-12-04 | 1 | -7/+10 |
| | |||||
* | unit-tests: Implement testing framework without "check" | Martin Willi | 2013-11-06 | 1 | -61/+280 |
| | |||||
* | unit-tests: support testing when leak-detective has not been enabled | Martin Willi | 2013-10-11 | 1 | -5/+14 |
| | |||||
* | Suppress log messages during tests | Tobias Brunner | 2013-06-11 | 1 | -0/+2 |
| | |||||
* | Enable leak detective for all test cases | Tobias Brunner | 2013-06-11 | 1 | -0/+99 |