|
@@ -210,6 +210,19 @@ config RT_USING_UTEST
|
|
|
config UTEST_THR_PRIORITY
|
|
|
int "The utest thread priority"
|
|
|
default 20
|
|
|
+
|
|
|
+ config RT_UTEST_USING_AUTO_RUN
|
|
|
+ bool "Enable auto run test cases"
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ If enable this option, the test cases will be run automatically when board boot up.
|
|
|
+
|
|
|
+ config RT_UTEST_USING_ALL_CASES
|
|
|
+ bool "Enable all selected modules' test cases"
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ If enable this option, all selected modules' test cases will be run.
|
|
|
+ Otherwise, only the test cases that are explicitly enabled will be run.
|
|
|
endif
|
|
|
|
|
|
config RT_USING_VAR_EXPORT
|