testsuite: ztest: fix doxygen warnings
Document missing parameters on `ztest_run_test_suite`. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
374d354d16
commit
9e9913a4fd
1 changed files with 3 additions and 0 deletions
|
@ -546,6 +546,9 @@ void ztest_simple_1cpu_after(void *data);
|
|||
* @brief Run the specified test suite.
|
||||
*
|
||||
* @param suite Test suite to run.
|
||||
* @param shuffle Shuffle tests
|
||||
* @param suite_iter Test suite repetitions.
|
||||
* @param case_iter Test case repetitions.
|
||||
*/
|
||||
#define ztest_run_test_suite(suite, shuffle, suite_iter, case_iter) \
|
||||
z_ztest_run_test_suite(STRINGIFY(suite), shuffle, suite_iter, case_iter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue