nuttx-apps/testing/unity/Kconfig
Mateusz Szafoni 133f239763 Merged in raiden00/apps (pull request #141)
testing: add Unity - unit testing library from ThrowTheSwitch.org

* examples/powerled: add arch initialization; examples/smps: fixes in some printf and in Kconfig

* testing: add Unity - unit testing library from ThrowTheSwitch.org

Approved-by: GregoryN <gnutt@nuttx.org>
2018-06-15 12:44:22 +00:00

23 lines
499 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config TESTING_UNITY
bool "Unity testing support"
default n
---help---
Enable support for the Unity testing framework
if TESTING_UNITY
config TESTING_UNITY_URL
string "URL where Unity can be downloaded"
default "https://github.com/ThrowTheSwitch/Unity/archive"
config TESTING_UNITY_VERSION
string "Version number"
default "2.4.3"
endif # TESTING_UNITY