Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: convert all unit tests to cmocka 1.0 or later | Jakub Hrozek | 2015-03-11 | 1 | -14/+18 |
| | | | | | | All tests now use the cmocka-1.0-compatible API. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> | ||||
* | TEST: Refactor test_io | Lukas Slebodnik | 2014-05-16 | 1 | -48/+115 |
| | | | | | | | Tests should not create resources. It is purpose of setup functions. Patch fixes also fd leaks from mkstemp. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> | ||||
* | Fix segmentation fault in test_io. | Abhishek Singh | 2013-05-02 | 1 | -4/+19 |
| | | | | | tests_set_cwd is used and relativepath calculation method is changed and is made general based on basedir. | ||||
* | cmocka unittest for io added | Abhishek Singh | 2013-04-10 | 1 | -0/+157 |