mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[utest] add device find (#8959)
* [utest] add device find Signed-off-by: Shell <smokewood@qq.com> * fixup: add test * fixup: ptr aliasing * quality: meaning parameter --------- Signed-off-by: Shell <smokewood@qq.com>
This commit is contained in:
@@ -41,6 +41,9 @@ if GetDepend(['UTEST_MAILBOX_TC']):
|
||||
if GetDepend(['UTEST_THREAD_TC']):
|
||||
src += ['thread_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_DEVICE_TC']):
|
||||
src += ['device_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_ATOMIC_TC']):
|
||||
src += ['atomic_tc.c']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user