Home
last modified time | relevance | path

Searched refs:autorun (Results 1 – 2 of 2) sorted by relevance

/linux/lib/kunit/
H A Dexecutor.c40 module_param_named(autorun, autorun_param, bool, 0);
41 MODULE_PARM_DESC(autorun, "Run KUnit tests after initialization");
281 bool autorun = kunit_autorun(); in kunit_exec_run_tests() local
283 if (autorun && (builtin || num_suites)) { in kunit_exec_run_tests()
288 __kunit_test_suites_init(suite_set->start, num_suites, autorun); in kunit_exec_run_tests()
H A DKconfig85 bool "Default value of kunit.autorun"
88 Sets the default value of kunit.autorun. If set to N then KUnit
89 tests will not run after initialization unless kunit.autorun=1 is