File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
subsys/testsuite/ztest/include/zephyr Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ extern struct ztest_suite_node _ztest_suite_node_list_end[];
217
217
#define ZTEST_SUITE_COUNT (_ztest_suite_node_list_end - _ztest_suite_node_list_start)
218
218
219
219
/**
220
- * Create and register a ztest suite. Using this macro creates a new test suite (using
221
- * ztest_test_suite). It then creates a struct ztest_suite_node in a specific linker section.
220
+ * Create and register a ztest suite. Using this macro creates a new test suite.
221
+ * It then creates a struct ztest_suite_node in a specific linker section.
222
222
*
223
223
* Tests can then be run by calling ztest_run_test_suites(const void *state) by passing
224
224
* in the current state. See the documentation for ztest_run_test_suites for more info.
225
225
*
226
- * @param SUITE_NAME The name of the suite (see ztest_test_suite for more info)
226
+ * @param SUITE_NAME The name of the suite
227
227
* @param PREDICATE A function to test against the state and determine if the test should run.
228
228
* @param setup_fn The setup function to call before running this test suite
229
229
* @param before_fn The function to call before each unit test in this suite
You can’t perform that action at this time.
0 commit comments