Skip to content

Commit 22459c2

Browse files
committed
utest: fixed UTEST_DEVICE_TC
In 01e0154, "utest: move driver-related case under to drivers," UTEST_DEVICE_TC was replaced with RT_UTEST_DRIVERS_CORE. However, some files are forgot to do this replacement, so this patch address this. Note: In .config, lines like "# CONFIG_XXX is not set" do not need to be modified; they are comments. Furthermore, for BSPs, running "scons --menuconfig" and save the config will automatically replace them. Therefore, no modification is necessary in this case. Signed-off-by: Chen Wang <[email protected]>
1 parent 17a796a commit 22459c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utest/configs/kernel/kernel_basic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_RT_USING_CI_ACTION=y
55
CONFIG_UTEST_OBJECT_TC=y
66
CONFIG_UTEST_IRQ_TC=y
77
CONFIG_UTEST_THREAD_TC=y
8-
CONFIG_UTEST_DEVICE_TC=y
8+
CONFIG_RT_UTEST_DRIVERS_CORE=y
99
CONFIG_UTEST_ATOMIC_TC=y
1010
CONFIG_UTEST_HOOKLIST_TC=y
1111
CONFIG_UTEST_MTSAFE_KPRINT_TC=y

0 commit comments

Comments
 (0)