utest: UTEST_IRQ_TC -> RT_UTEST_IRQ

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-15 09:43:16 +08:00
committed by R b b666
parent 2b09fefbb0
commit d5ffca9e90
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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']):