mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
cmocka/defconfig: Update defconfigs to include cmocka application
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>
This commit is contained in:
parent
52e67d167a
commit
a22e26924d
2 changed files with 2 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ CONFIG_SYSTEM_NSH=y
|
|||
CONFIG_SYSTEM_POPEN=y
|
||||
CONFIG_SYSTEM_SETLOGMASK=y
|
||||
CONFIG_TESTING_CMOCKA=y
|
||||
CONFIG_TESTING_CMOCKA_PROG=y
|
||||
CONFIG_TESTING_CXXTEST=y
|
||||
CONFIG_TESTING_FMEMOPEN_TEST=y
|
||||
CONFIG_TESTING_FOPENCOOKIE_TEST=y
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ CONFIG_SYSTEM_NSH=y
|
|||
CONFIG_SYSTEM_POPEN=y
|
||||
CONFIG_SYSTEM_SETLOGMASK=y
|
||||
CONFIG_TESTING_CMOCKA=y
|
||||
CONFIG_TESTING_CMOCKA_PROG=y
|
||||
CONFIG_TESTING_CXXTEST=y
|
||||
CONFIG_TESTING_DRIVER_TEST=y
|
||||
CONFIG_TESTING_DRIVER_TEST_SIMPLE=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue