Searched refs:match_test_program (Results 1 – 5 of 5) sorted by relevance
368 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 …]
232 engine::test_filters::match_test_program(const fs::path& name) const in match_test_program() function in engine::test_filters259 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_state341 return _filters.match_test_program(test_program); in match_test_program()
98 bool match_test_program(const utils::fs::path&) const;119 bool match_test_program(const utils::fs::path&) const;
103 if (!filters.match_test_program(test_program->relative_path())) in drive()
196 if (!filters.match_test_program(test_program->relative_path())) in drive()