ltp: discover test cases from application binaries on kernel builds Kernel builds install every application as a standalone binary, so the ltp_*_main symbols the discovery looked for do not exist in the OS image and no test case was generated. Enumerate the ltp_* binaries from app_bindir, keeping the symbol scan for flat builds. Signed-off-by: raiden00pl <raiden00@railab.me> Assisted-by: Claude Code
This repository contains test cases compatible with the NTFC tool for Apache NuttX RTOS. For details, please visit the NTFC repository.
NuttX image requirements for tests:
CONFIG_DEBUG_SYMBOLS must be set.
NSH must be enabled (CONFIG_SYSTEM_NSH); the init entry point may be either nsh_main or init_main (nxinit)
CONFIG_DEBUG_FEATURES=y and CONFIG_DEBUG_ASSERTIONS=y are recommended.