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

  /src/external/bsd/kyua-cli/dist/engine/
filters_test.cpp 215 ATF_REQUIRE( f.matches_test_case(fs::path("top"), "foo"));
216 ATF_REQUIRE(!f.matches_test_case(fs::path("top"), "bar"));
221 ATF_REQUIRE( f.matches_test_case(fs::path("top"), "foo"));
222 ATF_REQUIRE( f.matches_test_case(fs::path("top"), "bar"));
223 ATF_REQUIRE(!f.matches_test_case(fs::path("top2"), "foo"));
228 ATF_REQUIRE( f.matches_test_case(fs::path("d1/d2/prog"), "t1"));
229 ATF_REQUIRE(!f.matches_test_case(fs::path("d1/d2/prog"), "t2"));
234 ATF_REQUIRE( f.matches_test_case(fs::path("d1/d2/prog"), "t1"));
235 ATF_REQUIRE( f.matches_test_case(fs::path("d1/d2/prog"), "t2"));
236 ATF_REQUIRE( f.matches_test_case(fs::path("d1/d2/prog2"), "t2"))
    [all...]
filters.hpp 70 bool matches_test_case(const utils::fs::path&, const std::string&) const;
filters.cpp 141 /// matches_test_case.
163 engine::test_filter::matches_test_case(const fs::path& test_program_, function in class:engine::test_filter
266 if ((*iter).matches_test_case(test_program, test_case))
  /src/external/bsd/kyua-cli/dist/engine/drivers/
debug_test.cpp 85 if (filter.matches_test_case(test_program->relative_path(),

Completed in 28 milliseconds