Home
last modified time | relevance | path

Searched refs:matches_test_program (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dfilters_test.cpp184 ATF_REQUIRE( f.matches_test_program(fs::path("top"))); in ATF_TEST_CASE_BODY()
185 ATF_REQUIRE(!f.matches_test_program(fs::path("top2"))); in ATF_TEST_CASE_BODY()
190 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/foo"))); in ATF_TEST_CASE_BODY()
191 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar"))); in ATF_TEST_CASE_BODY()
192 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar/baz"))); in ATF_TEST_CASE_BODY()
193 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar/baz"))); in ATF_TEST_CASE_BODY()
194 ATF_REQUIRE(!f.matches_test_program(fs::path("dir1"))); in ATF_TEST_CASE_BODY()
195 ATF_REQUIRE(!f.matches_test_program(fs::path("dir1/bar/baz"))); in ATF_TEST_CASE_BODY()
196 ATF_REQUIRE(!f.matches_test_program(fs::path("dir2/bar/baz"))); in ATF_TEST_CASE_BODY()
201 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2"))); in ATF_TEST_CASE_BODY()
[all …]
H A Dfilters.cpp142 engine::test_filter::matches_test_program(const fs::path& test_program_) const in matches_test_program() function in engine::test_filter
165 if (matches_test_program(test_program_)) { in matches_test_case()
258 matches = (*iter).matches_test_program(name); in match_test_program()
H A Dfilters.hpp72 bool matches_test_program(const utils::fs::path&) const;