HomeSort by: relevance | last modified time | path
    Searched defs:test_program_names (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
atffile_test.cpp 504 std::vector< std::string > test_program_names; local
505 test_program_names.push_back("test-program-1");
510 const tools::atffile atffile(config_vars, test_program_names, properties);
512 ATF_REQUIRE(test_program_names == atffile.tps());
atffile_test.cpp 504 std::vector< std::string > test_program_names; local
505 test_program_names.push_back("test-program-1");
510 const tools::atffile atffile(config_vars, test_program_names, properties);
512 ATF_REQUIRE(test_program_names == atffile.tps());

Completed in 27 milliseconds