Lines Matching defs:af
248 tools::atffile af = tools::read_atffile(tp / "Atffile");
252 vars_map::const_iterator iter = af.props().find("test-suite");
253 assert(iter != af.props().end());
258 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
259 iter != af.tps().end(); iter++) {
261 tools::config_file::merge_configs(af.conf(), test_suite_vars));
489 tools::atffile af = tools::read_atffile(tp / "Atffile");
490 std::vector< std::string > aux = af.tps();
526 tools::atffile af = tools::read_atffile(tools::fs::path("Atffile"));
529 tps = af.tps();
541 vars_map::const_iterator iter = af.props().find("test-suite");
542 assert(iter != af.props().end());
554 tools::config_file::merge_configs(af.conf(), test_suite_vars));