7#ifndef UTIL_UNITTESTS_FORK_H
8#define UTIL_UNITTESTS_FORK_H 1
35provide_input(
int* read_pipe,
const void* input,
const size_t length);
38check_output(
int* write_pipe,
const void*
const output,
const size_t length);
pid_t provide_input(int *read_pipe, const void *input, const size_t length)
bool process_ok(pid_t process)
Checks that a process terminates correctly.
pid_t check_output(int *write_pipe, const void *const output, const size_t length)
Defines the logger used by the top-level component of kea-lfc.