mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
a22e26924d
The cmocka test framework is compiled as a library by default in (apache/nuttx-apps#3270), and does not include the cmocka application binary unless CONFIG_TESTING_CMOCKA_PROG=y. This commit updates the defconfigs which include cmocka to also compile the cmocka binary, which is the behaviour they were created with. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>