Skip to content

Commit 0d37125

Browse files
unicornxRbb666
authored andcommitted
doxygen: update doc for utest for config naming rule
Configuration options naming rule for utest is changed from "RT_UTEST_TC_USING_XXXX" to "RT_UTEST_XXXX". Signed-off-by: Chen Wang <[email protected]>
1 parent 58dc730 commit 0d37125

File tree

1 file changed

+2
-2
lines changed
  • documentation/6.components/utest

1 file changed

+2
-2
lines changed

documentation/6.components/utest/utest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ For each module, you can maintain unit testcases in a unified manner in the foll
312312

313313
- Unit-testcase program source code files for this module.
314314

315-
- `Kconfig` file, which defining configuration options for the unit test cases of this module, the recommended option is named `RT_UTEST_TC_USING_XXXX`, XXXX is the global unique module name of this module.
315+
- `Kconfig` file, which defining configuration options for the unit test cases of this module, the recommended option is named `RT_UTEST_XXXX`, XXXX is the global unique module name of this module.
316316

317-
- `SConscript` file, when adding src files, you need to rely on `RT_UTEST_TC_USING_XXXX`.
317+
- `SConscript` file, when adding src files, you need to rely on `RT_UTEST_XXXX`.
318318

319319
After completing the above steps, rsource the path of the Kconfig file of utest of this module to the file `Kconfig.utestcases`.
320320

0 commit comments

Comments
 (0)