27 char const * argv[256] = { 0 };
31 argv[argc++] =
"<program>";
32 argv[argc++] =
"--archive";
43 assert(e.size() == 5);
44 assert(e[0].what() ==
"Overlapping archive-path values detected");
46 assert(e[1].what() ==
"Defined archive-path: \"var-spool/\"");
47 assert(e[2].what() ==
"Is in a subdirectory of another job's previously defined archive-path");
48 assert(e[3].what() ==
"At ./test-rconfig.dir/job.dir/file-12.conf[7]");
49 assert(e[4].what() ==
"At ./test-rconfig.dir/job.dir/file-12.conf[13]");
59 int main(
int argc,
char const * argv[])
void init(int argc, char const *argv[])
Initialize the configuration manager from rvm's command line options.
Basic types definitions and templates.
void default_file(const std::string &a_path)
Set the default configuration filename.
void default_logdir(const std::string &a_path)
Return the default log-dir.
configuration_manager config
The global configuration manager instance.
int main(int argc, char const *argv[])