mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
utest: UTEST_SERIAL_QEMU_TC -> RT_UTEST_SERIAL_QEMU
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -28,7 +28,7 @@ menu "Serial Unit Testcases"
|
||||
int "the number of iterations for the test routine."
|
||||
default 100
|
||||
|
||||
config UTEST_SERIAL_QEMU_TC
|
||||
config RT_UTEST_SERIAL_QEMU
|
||||
bool "qemu dedicated tests"
|
||||
default n
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ path = [cwd]
|
||||
if GetDepend(['UTEST_SERIAL_POSIX_TC']):
|
||||
src += Glob('posix/*.c')
|
||||
|
||||
if GetDepend(['UTEST_SERIAL_QEMU_TC']):
|
||||
if GetDepend(['RT_UTEST_SERIAL_QEMU']):
|
||||
src += Glob('qemu/*.c')
|
||||
|
||||
group = DefineGroup('utestcases', src, depend = ['RT_UTEST_SERIAL_V2'], CPPPATH = path)
|
||||
|
||||
Reference in New Issue
Block a user