![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "darktable.h"#include "common/variables.h"#include <stdio.h>#include "win/main_wrapper.h"
Include dependency graph for tests/variables.c:Go to the source code of this file.
Data Structures | |
| struct | test_case_t |
| struct | test_t |
Macros | |
| #define | TEST(t) |
Typedefs | |
| typedef struct test_case_t | test_case_t |
| typedef struct test_t | test_t |
Functions | |
| int | run_test (const test_t *test, int *n_tests, int *n_failed) |
| int | main (int argc, char *argv[]) |
Variables | |
| static const test_t | test_variables |
| static const test_t | test_simple_substitutions |
| static const test_t | test_recursive_substitutions |
| static const test_t | test_broken_variables |
| static const test_t | test_escapes |
| static const test_t | test_real_paths |
| #define TEST | ( | t | ) |
Definition at line 210 of file tests/variables.c.
| typedef struct test_case_t test_case_t |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 221 of file tests/variables.c.
References dt_cleanup(), dt_init(), FALSE, TEST, test_broken_variables, test_escapes, test_real_paths, test_recursive_substitutions, test_simple_substitutions, and test_variables.
| int run_test | ( | const test_t * | test, |
| int * | n_tests, | ||
| int * | n_failed | ||
| ) |
Definition at line 42 of file tests/variables.c.
References dt_variables_expand(), dt_variables_params_destroy(), dt_variables_params_init(), FALSE, test_t::filename, test_t::jobcode, test_t::sequence, and test_t::test_cases.
|
static |
Definition at line 152 of file tests/variables.c.
Referenced by main().
|
static |
Definition at line 165 of file tests/variables.c.
Referenced by main().
|
static |
Definition at line 184 of file tests/variables.c.
Referenced by main().
|
static |
Definition at line 139 of file tests/variables.c.
Referenced by main().
|
static |
Definition at line 84 of file tests/variables.c.
Referenced by main().
|
static |
Definition at line 70 of file tests/variables.c.
Referenced by main().