summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-12-11 09:21:13 -0800
committerChad Versace <chad.versace@intel.com>2015-12-11 11:10:00 -0800
commit521ed260890f00fef336234b2eadc00fc0992f33 (patch)
tree63e319db0a6e3e25cf8d2fdb28a37d87ad31e298 /include
parent7d32e8ab1f717d0ff418ff7926b645c64d5dbf87 (diff)
framework: Drop func runner_enable_all_normal_tests()
The function is no longer needed because runner_enable_matching_tests() now understands (transitively through test_def_match()) how to exclude abnormal test names (example.* and self.*).
Diffstat (limited to 'include')
-rw-r--r--include/framework/runner/runner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/framework/runner/runner.h b/include/framework/runner/runner.h
index abac344..01893ef 100644
--- a/include/framework/runner/runner.h
+++ b/include/framework/runner/runner.h
@@ -54,6 +54,5 @@ struct runner_opts {
};
bool runner_init(runner_opts_t *opts);
-void runner_enable_all_normal_tests(void);
void runner_enable_matching_tests(const cru_cstr_vec_t *testname_globs);
bool runner_run_tests(void);