Home
last modified time | relevance | path

Searched defs:TestFilter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTestMain.cpp16 const char *TestFilter = getTestFilter(argc, argv); in main() local
H A DLibcTest.cpp163 int Test::runTests(const char *TestFilter) { in runTests()