#include "d2rgb-common.h"#include "compare-to-bin-file.h"#include "compare-scene.h"#include "../../filesystem.h"#include <unistd.h>
Go to the source code of this file.
Classes | |
| class | redirect_file |
Macros | |
| #define | _close close |
| #define | _dup dup |
| #define | _dup2 dup2 |
| #define | _fileno fileno |
| #define | _log log |
| #define | CATCH_CONFIG_RUNNER |
| #define | DISABLE_LOG_TO_STDOUT |
| #define | NO_CATCH_CONFIG_MAIN |
Functions | |
| int | main (int argc, char *argv[]) |
| void | print_dividers () |
| void | print_headers () |
| void | print_scene_stats (std::string const &name, size_t n_failed, scene_stats const &scene) |
| #define _close close |
Definition at line 25 of file test-scenes.cpp.
| #define _dup dup |
Definition at line 27 of file test-scenes.cpp.
| #define _dup2 dup2 |
Definition at line 28 of file test-scenes.cpp.
| #define _fileno fileno |
Definition at line 26 of file test-scenes.cpp.
| #define _log log |
Definition at line 24 of file test-scenes.cpp.
| #define CATCH_CONFIG_RUNNER |
Definition at line 11 of file test-scenes.cpp.
| #define DISABLE_LOG_TO_STDOUT |
Definition at line 13 of file test-scenes.cpp.
| #define NO_CATCH_CONFIG_MAIN |
Definition at line 10 of file test-scenes.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 123 of file test-scenes.cpp.
| void print_dividers | ( | ) |
Definition at line 52 of file test-scenes.cpp.
| void print_headers | ( | ) |
Definition at line 73 of file test-scenes.cpp.
| void print_scene_stats | ( | std::string const & | name, |
| size_t | n_failed, | ||
| scene_stats const & | scene | ||
| ) |
Definition at line 96 of file test-scenes.cpp.