Преглед изворни кода

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 <unicorn_wang@outlook.com>
Chen Wang пре 4 месеци
родитељ
комит
0d371251af
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      documentation/6.components/utest/utest.md

+ 2 - 2
documentation/6.components/utest/utest.md

@@ -312,9 +312,9 @@ For each module, you can maintain unit testcases in a unified manner in the foll
 
 
   - Unit-testcase program source code files for this module.
   - Unit-testcase program source code files for this module.
 
 
-  - `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.
+  - `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.
 
 
-  - `SConscript` file, when adding src files, you need to rely on `RT_UTEST_TC_USING_XXXX`.
+  - `SConscript` file, when adding src files, you need to rely on `RT_UTEST_XXXX`.
     
     
 After completing the above steps, rsource the path of the Kconfig file of utest of this module to the file `Kconfig.utestcases`.
 After completing the above steps, rsource the path of the Kconfig file of utest of this module to the file `Kconfig.utestcases`.