Home
last modified time | relevance | path

Searched refs:match_test_program (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dfilters_test.cpp368 ATF_REQUIRE(filters.match_test_program(fs::path("foo"))); in ATF_TEST_CASE_BODY()
369 ATF_REQUIRE(filters.match_test_program(fs::path("foo/bar"))); in ATF_TEST_CASE_BODY()
383 ATF_REQUIRE( filters.match_test_program(fs::path("top_test"))); in ATF_TEST_CASE_BODY()
384 ATF_REQUIRE( filters.match_test_program(fs::path("subdir_1/foo"))); in ATF_TEST_CASE_BODY()
385 ATF_REQUIRE( filters.match_test_program(fs::path("subdir_1/bar"))); in ATF_TEST_CASE_BODY()
386 ATF_REQUIRE( filters.match_test_program(fs::path("subdir_2/a_test"))); in ATF_TEST_CASE_BODY()
387 ATF_REQUIRE( filters.match_test_program(fs::path("subdir_2/b_test"))); in ATF_TEST_CASE_BODY()
388 ATF_REQUIRE(!filters.match_test_program(fs::path("subdir_2/c_test"))); in ATF_TEST_CASE_BODY()
389 ATF_REQUIRE(!filters.match_test_program(fs::path("subdir_3"))); in ATF_TEST_CASE_BODY()
476 ATF_REQUIRE(state.match_test_program(fs::path("foo/bar/something"))); in ATF_TEST_CASE_BODY()
[all …]
H A Dfilters.cpp232 engine::test_filters::match_test_program(const fs::path& name) const in match_test_program() function in engine::test_filters
259 INV(match_test_program(test_program)); in match_test_case()
269 INV(!found || match_test_program(test_program)); in match_test_case()
339 engine::filters_state::match_test_program(const fs::path& test_program) const in match_test_program() function in engine::filters_state
341 return _filters.match_test_program(test_program); in match_test_program()
H A Dfilters.hpp98 bool match_test_program(const utils::fs::path&) const;
119 bool match_test_program(const utils::fs::path&) const;
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Dlist_tests.cpp103 if (!filters.match_test_program(test_program->relative_path())) in drive()
H A Drun_tests.cpp196 if (!filters.match_test_program(test_program->relative_path())) in drive()