We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239805b commit a3ea6a5Copy full SHA for a3ea6a5
tests/misc/util/src/main.c
@@ -59,9 +59,9 @@ void test_COND_CODE_0(void)
59
/*test case main entry*/
60
void test_main(void)
61
{
62
- ztest_test_suite(test_ringbuffer_api,
+ ztest_test_suite(test_util_api,
63
ztest_unit_test(test_COND_CODE_1),
64
ztest_unit_test(test_COND_CODE_0)
65
);
66
- ztest_run_test_suite(test_ringbuffer_api);
+ ztest_run_test_suite(test_util_api);
67
}
0 commit comments