#include "test.hpp"
#include <cstdio>
#include <cstdlib>
#include <error.h>
#include <unistd.h>
#include <sys/wait.h>
Go to the source code of this file.
Functions | |
int | main (int argc, const char *const argv[]) |
bool | run_test (TestBase &test) |
int main | ( | int | argc, |
const char *const | argv[] | ||
) |
Definition at line 87 of file _test_main.cpp.
bool run_test | ( | TestBase & | test | ) |
Definition at line 34 of file _test_main.cpp.