Searched refs:matches_test_program (Results 1 – 4 of 4) sorted by relevance
181 ATF_REQUIRE( f.matches_test_program(fs::path("top"))); in ATF_TEST_CASE_BODY()182 ATF_REQUIRE(!f.matches_test_program(fs::path("top2"))); in ATF_TEST_CASE_BODY()187 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/foo"))); in ATF_TEST_CASE_BODY()188 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar"))); in ATF_TEST_CASE_BODY()189 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar/baz"))); in ATF_TEST_CASE_BODY()190 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar/baz"))); in ATF_TEST_CASE_BODY()191 ATF_REQUIRE(!f.matches_test_program(fs::path("dir1"))); in ATF_TEST_CASE_BODY()192 ATF_REQUIRE(!f.matches_test_program(fs::path("dir1/bar/baz"))); in ATF_TEST_CASE_BODY()193 ATF_REQUIRE(!f.matches_test_program(fs::path("dir2/bar/baz"))); in ATF_TEST_CASE_BODY()198 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2"))); in ATF_TEST_CASE_BODY()[all …]
143 engine::test_filter::matches_test_program(const fs::path& test_program_) const in matches_test_program() function in engine::test_filter166 if (matches_test_program(test_program_)) { in matches_test_case()240 matches = (*iter).matches_test_program(name); in match_test_program()
69 bool matches_test_program(const utils::fs::path&) const;
76 if (!filter.matches_test_program(test_program->relative_path())) in find_test_case()