#include <string>
#include <stdbool.h>
Go to the source code of this file.
◆ test_work_area_type
◆ test_work_area_alloc()
◆ test_work_area_alloc__()
◆ test_work_area_alloc_input_path()
char * test_work_area_alloc_input_path |
( |
const test_work_area_type * |
work_area, |
|
|
const char * |
input_path |
|
) |
| |
◆ test_work_area_alloc_relative()
test_work_area_type * test_work_area_alloc_relative |
( |
const char * |
prefix, |
|
|
const char * |
test_path |
|
) |
| |
◆ test_work_area_copy_directory()
void test_work_area_copy_directory |
( |
const test_work_area_type * |
work_area, |
|
|
const char * |
input_directory |
|
) |
| |
◆ test_work_area_copy_directory_content()
void test_work_area_copy_directory_content |
( |
const test_work_area_type * |
work_area, |
|
|
const char * |
input_directory |
|
) |
| |
◆ test_work_area_copy_file()
void test_work_area_copy_file |
( |
const test_work_area_type * |
work_area, |
|
|
const char * |
input_file |
|
) |
| |
◆ test_work_area_copy_parent_content()
◆ test_work_area_copy_parent_directory()
◆ test_work_area_free()
◆ test_work_area_get_cwd()
◆ test_work_area_get_original_cwd()
◆ test_work_area_install_file()
void test_work_area_install_file |
( |
const test_work_area_type * |
work_area, |
|
|
const char * |
input_src_file |
|
) |
| |