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

  /src/external/bsd/kyua-cli/dist/engine/
filters_test.cpp 181 ATF_REQUIRE( f.matches_test_program(fs::path("top")));
182 ATF_REQUIRE(!f.matches_test_program(fs::path("top2")));
187 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/foo")));
188 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar")));
189 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar/baz")));
190 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2/bar/baz")));
191 ATF_REQUIRE(!f.matches_test_program(fs::path("dir1")));
192 ATF_REQUIRE(!f.matches_test_program(fs::path("dir1/bar/baz")));
193 ATF_REQUIRE(!f.matches_test_program(fs::path("dir2/bar/baz")));
198 ATF_REQUIRE( f.matches_test_program(fs::path("dir1/dir2")))
    [all...]
filters.hpp 69 bool matches_test_program(const utils::fs::path&) const;
filters.cpp 143 engine::test_filter::matches_test_program(const fs::path& test_program_) const function in class:engine::test_filter
166 if (matches_test_program(test_program_)) {
240 matches = (*iter).matches_test_program(name);
  /src/external/bsd/kyua-cli/dist/engine/drivers/
debug_test.cpp 76 if (!filter.matches_test_program(test_program->relative_path()))

Completed in 68 milliseconds