Home
last modified time | relevance | path

Searched refs:test_filter (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libarchive/test_utils/
H A Dtest_utils.c37 test_filter(const char *pattern, const char *test) in test_filter() function
119 if (test_filter(test, name)) in get_test_set()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test.py60 def FilterFlag(test_filter): argument
61 return '--gtest_filter=%s' % (test_filter,)