utest: UTEST_SERIAL_POSIX_TC -> RT_UTEST_SERIAL_POSIX

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 16:28:49 +08:00
committed by R b b666
parent 3e7fd6b437
commit c2f041640d
2 changed files with 3 additions and 3 deletions

View File

@@ -32,14 +32,14 @@ menu "Serial Unit Testcases"
bool "qemu dedicated tests"
default n
config UTEST_SERIAL_POSIX_TC
config RT_UTEST_SERIAL_POSIX
bool "Serial posix testcase"
default n
select RT_USING_DFS
select RT_USING_POSIX_FS
select RT_USING_POSIX_TERMIOS
if UTEST_SERIAL_POSIX_TC
if RT_UTEST_SERIAL_POSIX
config RT_SERIAL_POSIX_TC_DEVICE_NAME
string "the device name for serial posix test"

View File

@@ -6,7 +6,7 @@ src = Glob('*.c')
path = [cwd]
if GetDepend(['UTEST_SERIAL_POSIX_TC']):
if GetDepend(['RT_UTEST_SERIAL_POSIX']):
src += Glob('posix/*.c')
if GetDepend(['RT_UTEST_SERIAL_QEMU']):