Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Don't use priority for destructor that unregisters testable ↵ | Tobias Brunner | 2013-12-04 | 1 | -1/+6 |
| | | | | | | | | | functions This fixes coverage reports, at least if leak detective is disabled. If it is enabled the plugins are not unloaded so the destructor is not executed until the process is destroyed, which seems not to be covered by gcov. | ||||
* | unit-tests: Add facility to register testable functions | Tobias Brunner | 2013-12-04 | 1 | -0/+91 |
These can be defined in plugins, or other parts of the tested libraries. They can even be static. |