Home
last modified time | relevance | path

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

/dports/devel/p5-Test-Class/Test-Class-0.52/t/
H A Dfilter_fixtures.t29 sub test_should_run : Test( 1 ) {
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtestutils.c2950 test_should_run (const char *test_path, in test_should_run() function
2986 if (test_should_run (test_run_name, path)) in g_test_run_suite_internal()
/dports/lang/rust/rustc-1.58.1-src/src/tools/compiletest/src/
H A Druntest.rs260 let test_should_run = match self.config.mode { in should_run() localVariable
266 if test_should_run { self.run_if_enabled() } else { WillExecute::No } in should_run()