summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_child_common.c
Commit message (Expand)AuthorAgeFilesLines
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-191-28/+23
* TESTS: global_talloc_context push/pop removePetr Cech2016-04-121-2/+0
* tests: Extend test_child_common.c to include tests for the only_extra_args fu...Jakub Hrozek2016-02-261-7/+72
* UTIL: allow to skip default options for child processesSumit Bose2016-01-191-2/+2
* TESTS: Check return value of check_leaks_popLukas Slebodnik2015-11-111-1/+2
* TESTS: Initialize leak checkLukas Slebodnik2015-11-111-0/+3
* tests: convert all unit tests to cmocka 1.0 or laterJakub Hrozek2015-03-111-22/+24
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-2/+2
* TESTS: Cover child_common.c with unit testsJakub Hrozek2015-01-151-1/+301
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-131-5/+6
* Rename test-child to dummy-childJakub Hrozek2014-12-041-1/+1
* Add extra_args to exec_child()Jakub Hrozek2014-12-031-1/+46
* TESTS: Basic child testsJakub Hrozek2014-12-031-0/+150