mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-20 21:29:42 +08:00
utest: UTEST_IRQ_TC -> RT_UTEST_IRQ
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ config RT_UTEST_SLAB
|
||||
default n
|
||||
depends on RT_USING_SLAB
|
||||
|
||||
config UTEST_IRQ_TC
|
||||
config RT_UTEST_IRQ
|
||||
bool "IRQ test"
|
||||
default n
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ if GetDepend(['RT_UTEST_SMALL_MEM']):
|
||||
if GetDepend(['RT_UTEST_SLAB']):
|
||||
src += ['slab_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_IRQ_TC']):
|
||||
if GetDepend(['RT_UTEST_IRQ']):
|
||||
src += ['irq_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_SEMAPHORE_TC']):
|
||||
|
||||
Reference in New Issue
Block a user