mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Merged in raiden00/apps (pull request #142)
testing/unity: add configuration options for exclude setjmp and output color Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
3403b1b0e9
commit
0abe34183b
2 changed files with 21 additions and 1 deletions
|
|
@ -19,4 +19,16 @@ config TESTING_UNITY_VERSION
|
|||
string "Version number"
|
||||
default "2.4.3"
|
||||
|
||||
config TESTING_UNITY_EXCLUDE_SETJMP
|
||||
bool "Exclude SETJMP"
|
||||
default y
|
||||
---help---
|
||||
Select this if your toolchain does not support setjmp
|
||||
|
||||
config TESTING_UNITY_OUTPUT_COLOR
|
||||
bool "Output color"
|
||||
default n
|
||||
---help---
|
||||
Select this if your want to add some colors to your tests
|
||||
|
||||
endif # TESTING_UNITY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue