#include "test.h"
#include "arc/std/errno.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
◆ ARC_Test_SetErrnoStream()
| void ARC_Test_SetErrnoStream |
( |
void | | ) |
|
Definition at line 10 of file test.c.
10 {
11 arc_errno_log_file = fopen("tests/test_error_out.txt", "w");
12}
◆ ARC_Test_UnsetErrnoStream()
| void ARC_Test_UnsetErrnoStream |
( |
void | | ) |
|
Definition at line 14 of file test.c.
14 {
15 fclose(arc_errno_log_file);
16}
◆ main()
◆ temp_arc_test_num_checks_passed__ARC_TEST__
| uint32_t* temp_arc_test_num_checks_passed__ARC_TEST__ = NULL |
Definition at line 8 of file test.c.
◆ temp_arc_test_num_checks_run__ARC_TEST__
| uint32_t* temp_arc_test_num_checks_run__ARC_TEST__ = NULL |
Definition at line 7 of file test.c.