Searched refs:test_program_names (Results 1 – 2 of 2) sorted by relevance
504 std::vector< std::string > test_program_names; in ATF_TEST_CASE_BODY() local505 test_program_names.push_back("test-program-1"); in ATF_TEST_CASE_BODY()510 const tools::atffile atffile(config_vars, test_program_names, properties); in ATF_TEST_CASE_BODY()512 ATF_REQUIRE(test_program_names == atffile.tps()); in ATF_TEST_CASE_BODY()
275 const std::vector< std::string >& test_program_names, in atffile()278 m_tps(test_program_names), in atffile()