mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 21:35:22 +00:00
Make sure that TLS configuration is valid by adding a compilation test for it. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
15 lines
309 B
YAML
15 lines
309 B
YAML
common:
|
|
harness: net
|
|
tags: net http
|
|
sample:
|
|
name: HTTP Client
|
|
tests:
|
|
test:
|
|
depends_on: netif
|
|
test_bt:
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
platform_whitelist: qemu_x86 qemu_cortex_m3
|
|
test_tls:
|
|
extra_args: CONF_FILE="prj_tls.conf"
|
|
platform_whitelist: qemu_x86 qemu_cortex_m3
|