Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dselftest.c218 test_runner::test_runner (const char *name) in test_runner() function
226 test_runner::~test_runner () in ~test_runner()
H A Dselftest.h174 class test_runner
177 test_runner (const char *name);
178 ~test_runner ();
H A Dselftest-run-tests.c51 test_runner r ("-fself-test"); in run_tests()