Home
last modified time | relevance | path

Searched refs:test_program_names (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Datffile_test.cpp504 std::vector< std::string > test_program_names; in ATF_TEST_CASE_BODY() local
505 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()
H A Datffile.cpp275 const std::vector< std::string >& test_program_names, in atffile()
278 m_tps(test_program_names), in atffile()