|
|
@@ -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"
|