File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/utest/configs/kernel Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- CONFIG_UTEST_ATOMIC_TC =y
1+ CONFIG_RT_UTEST_ATOMIC =y
22CONFIG_RT_USING_CI_ACTION =y
33# dependencies
44CONFIG_RT_USING_TIMER_SOFT =y
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CONFIG_RT_UTEST_OBJECT=y
66CONFIG_RT_UTEST_IRQ =y
77CONFIG_RT_UTEST_THREAD =y
88CONFIG_RT_UTEST_DRIVERS_CORE =y
9- CONFIG_UTEST_ATOMIC_TC =y
9+ CONFIG_RT_UTEST_ATOMIC =y
1010CONFIG_UTEST_HOOKLIST_TC =y
1111CONFIG_UTEST_MTSAFE_KPRINT_TC =y
1212CONFIG_UTEST_SCHEDULER_TC =y
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ config RT_UTEST_THREAD
6262 select RT_USING_TIMER_SOFT
6363 select RT_USING_THREAD
6464
65- config UTEST_ATOMIC_TC
65+ config RT_UTEST_ATOMIC
6666 bool "atomic test"
6767 default n
6868
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if GetDepend(['RT_UTEST_THREAD']):
4646 src += ['thread_overflow_tc.c' ]
4747 src += ['thread_suspend_tc.c' ]
4848
49- if GetDepend (['UTEST_ATOMIC_TC ' ]):
49+ if GetDepend (['RT_UTEST_ATOMIC ' ]):
5050 src += ['atomic_tc.c' ]
5151
5252if GetDepend (['UTEST_HOOKLIST_TC' ]):
You can’t perform that action at this time.
0 commit comments