summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_io.c
Commit message (Collapse)AuthorAgeFilesLines
* TEST: Refactor test_ioLukas Slebodnik2014-05-161-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 Singh2013-05-021-4/+19
| | | | | tests_set_cwd is used and relativepath calculation method is changed and is made general based on basedir.
* cmocka unittest for io addedAbhishek Singh2013-04-101-0/+157