nuttx-apps/testing/ltp/include
guoshichao 3b32390bb1 ltp/kernel: fix kernel testcases report error on tst_exit()
for kernel testcases that using main() method to execute, when invoke
tst_exit() on execute finished, will report " executed from newlib!"
error, this is caused by two kinds kernel testcases are forbidded linked
together, in Linux this is OK, but for NuttX, this is necssary, so we
choose to modify the NO_NEWLIB_ASSERT macro's implementation, thus to
make kernel testcases can work in NuttX

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-04-20 15:19:22 +08:00
..
asm testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
lapi testing/ltp: maintain the lapi/syscalls.h file manually 2026-04-20 15:19:21 +08:00
linux ltp: add linux struct loop_info struct definition 2026-04-20 15:19:18 +08:00
sys testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
features.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
grp.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
libaio.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
ltp_priv.h ltp/kernel: fix kernel testcases report error on tst_exit() 2026-04-20 15:19:22 +08:00
mntent.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
sched.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
ulimit.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
unistd.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00
values.h testing/ltp: add linux kernel interface test support 2026-04-20 15:19:18 +08:00