#include "config.h"#include <iostream>#include <string>#include <cassert>#include "asserts.h"#include "types.h"#include "error.h"#include "estring.h"#include "fs.h"#include "tstamp.h"#include "rconfig.h"
Go to the source code of this file.
Defines | |
| #define | ERR_OUT(e) |
Functions | |
| void | test_cast (const rsync_behavior::value_type b_in) |
| void | test (void) |
| int | main (int argc, char const *argv[]) |
| #define ERR_OUT | ( | e | ) |
Definition at line 16 of file test-rconfig-056.cc.
| int main | ( | int | argc, | |
| char const * | argv[] | |||
| ) |
Definition at line 40 of file test-rconfig-056.cc.
References err_unknown, and test().

| void test | ( | void | ) |
Definition at line 31 of file test-rconfig-056.cc.
References rsync_behavior::fail, rsync_behavior::ok, rsync_behavior::quit, rsync_behavior::retry, rsync_behavior::retry_without_hardlinks, and test_cast().

| void test_cast | ( | const rsync_behavior::value_type | b_in | ) |
Definition at line 18 of file test-rconfig-056.cc.
Referenced by test().
1.6.1