Lines Matching defs:tests
5 * Builtin regression testing command: ever growing number of sanity tests
19 #include "tests.h"
357 static struct test *tests[] = {
439 for (j = 0; j < ARRAY_SIZE(tests); j++) \
440 for (t = &tests[j][0]; t->func; t++)
509 const char *devel_dirs[] = { "./tools/perf/tests", "./tests", };
524 scnprintf(path, size, "%s/tests/shell", exec_path);
782 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"),