mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
MQTT-C: compile tests only if no with_mbedtls is enabled
tests only supports tests in non-encrypted mode. when we open tests compilation in other modes, there will be many compilation warning with mismatched parameter types, and it will not run correctly. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
parent
54bef649ea
commit
faefee4897
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ config NETUTILS_MQTTC_EXAMPLE
|
|||
|
||||
config NETUTILS_MQTTC_TEST
|
||||
tristate "Enable MQTT-C test"
|
||||
depends on !NETUTILS_MQTTC_WITH_MBEDTLS
|
||||
default n
|
||||
|
||||
if NETUTILS_MQTTC_EXAMPLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue