tests: kernel: add missing test call argument
Add missing param argument. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c0f8658254
commit
376085c9ed
2 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
void test_main(void)
|
||||
{
|
||||
ztest_run_test_suite(timer_jitter_drift, false, 1, 1);
|
||||
ztest_run_test_suite(timer_jitter_drift, false, 1, 1, NULL);
|
||||
#ifndef CONFIG_TIMER_EXTERNAL_TEST
|
||||
ztest_run_test_suite(timer_tick_train, false, 1, 1);
|
||||
ztest_run_test_suite(timer_tick_train, false, 1, 1, NULL);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue