Commit Graph

2 Commits

Author SHA1 Message Date
OrbisAI Security 72a09a6aca fix: move tty_ptmx regression test to utest framework
The previous commit placed the test in a new top-level tests/ directory
that does not exist in the RT-Thread repo structure and used the external
check library. Move the test to examples/utest/testcases/lwp/ and rewrite
it using RT-Thread's native utest framework, add a Kconfig symbol
(RT_UTEST_LWP_TTY_PTMX), and wire it into Kconfig.utestcases.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 15:43:44 +08:00
CYFS 103d4c1d92 utest: move lwp testcases to components/lwp
Signed-off-by: CYFS <2805686936@qq.com>
2026-06-12 14:22:53 +08:00