mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
utest: UTEST_MAILBOX_TC -> RT_UTEST_MAILBOX
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ config RT_UTEST_MUTEX
|
||||
bool "mutex test"
|
||||
default n
|
||||
|
||||
config UTEST_MAILBOX_TC
|
||||
config RT_UTEST_MAILBOX
|
||||
bool "mailbox test"
|
||||
default n
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ if GetDepend(['RT_UTEST_SIGNAL']):
|
||||
if GetDepend(['RT_UTEST_MUTEX']):
|
||||
src += ['mutex_tc.c', 'mutex_pi_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_MAILBOX_TC']):
|
||||
if GetDepend(['RT_UTEST_MAILBOX']):
|
||||
src += ['mailbox_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_THREAD_TC']):
|
||||
|
||||
Reference in New Issue
Block a user