HomeSort by: relevance | last modified time | path
    Searched refs:container_test_program (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/
test_case.cpp 296 engine::test_case::container_test_program(void) const function in class:engine::test_case
371 // We skip injecting container_test_program() on purpose to avoid a loop.
409 test_case->container_test_program().test_suite_name());
413 if (!fs::exists(test_case->container_test_program().absolute_path()))
419 test_case->container_test_program();
470 test_case->container_test_program().test_suite_name());
474 if (!fs::exists(test_case->container_test_program().absolute_path()))
482 test_case->container_test_program();
test_case.hpp 85 const test_program& container_test_program(void) const;
test_program_test.cpp 104 test_case->container_test_program().relative_path());
130 test_cases[0]->container_test_program().relative_path());
test_case_test.cpp 404 ATF_REQUIRE_EQ(&test_program, &test_case.container_test_program());
420 ATF_REQUIRE_EQ(&test_program, &test_case.container_test_program());
  /src/external/bsd/kyua-cli/dist/engine/drivers/
debug_test.cpp 142 test_case->container_test_program().relative_path(),
list_tests_test.cpp 86 test_case.container_test_program().relative_path() %
  /src/external/bsd/kyua-cli/dist/cli/
cmd_list.cpp 103 test_case.container_test_program().test_suite_name());
common.cpp 330 return F("%s:%s") % test_case.container_test_program().relative_path() %

Completed in 72 milliseconds