#include "testutil.hpp"
#include "testutil_unity.hpp"
#include <assert.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
Go to the source code of this file.
Macros | |
#define | NUM_MESSAGES 5 |
Functions | |
int | main (void) |
void | test_fork () |
Variables | |
SETUP_TEARDOWN_TESTCONTEXT char | connect_address [MAX_SOCKET_STRING] |
#define NUM_MESSAGES 5 |
Definition at line 16 of file tests/test_fork.cpp.
int main | ( | void | ) |
Definition at line 69 of file tests/test_fork.cpp.
void test_fork | ( | ) |
Definition at line 18 of file tests/test_fork.cpp.
SETUP_TEARDOWN_TESTCONTEXT char connect_address[MAX_SOCKET_STRING] |
Definition at line 14 of file tests/test_fork.cpp.