rt-thread/components/lwp/utest
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
..
Kconfig fix: move tty_ptmx regression test to utest framework 2026-06-16 15:43:44 +08:00
SConscript fix: move tty_ptmx regression test to utest framework 2026-06-16 15:43:44 +08:00
condvar_broadcast_tc.c utest: move lwp testcases to components/lwp 2026-06-12 14:22:53 +08:00
condvar_signal_tc.c utest: move lwp testcases to components/lwp 2026-06-12 14:22:53 +08:00
condvar_timedwait_tc.c utest: move lwp testcases to components/lwp 2026-06-12 14:22:53 +08:00
tty_ptmx_tc.c fix: move tty_ptmx regression test to utest framework 2026-06-16 15:43:44 +08:00