zephyr/tests
Bradley Bolen 2323319866 tests: ztest: Use #if defined()
This compile test should be checking if a symbol has been defined,
otherwise it is using the kconfig value directly.  This fixes a warning

../src/main.c:115:37: warning: "CONFIG_SOC_QEMU_ARC" is not defined,
evaluates to 0 [-Wundef]

when using the -Wundef flag.

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
2021-05-26 14:12:01 -05:00
..
application_development/gen_inc_file tests: move cpp tests to subsys/cpp 2021-04-29 09:00:40 -04:00
arch arm: cortex-m: shrink hidden option for null-pointer detection 2021-05-26 12:30:05 -05:00
benchmarks tests: benchmarks: mbedtls: Support legacy API 2021-05-09 09:59:22 -05:00
bluetooth bttester: add key-size and authorization based l2cap conn reject 2021-05-19 12:18:08 +03:00
boards tests: intel_s1000_crb: remove unused and wrong implemented callbacks 2021-04-20 15:06:35 +02:00
crypto tests: crypto: Add a unnormal testing condition 2021-03-09 05:10:54 -05:00
drivers tests: drivers: i2s_api: Fix MPU fault in user mode 2021-05-25 12:57:38 -05:00
kernel arm: shrink names for null-pointer exception detection Kconfigs 2021-05-26 12:30:05 -05:00
lib tests: mem_alloc: workaround aggressive optimization 2021-05-24 23:31:10 -04:00
misc/test_build tests: test_build: Exclude lpcxpresso55s69_ns from debug builds 2021-05-21 20:12:23 -05:00
net tests: net: getaddrinfo: Disable onboard Ethernet controller 2021-05-13 22:07:00 -04:00
posix tests: posix: Fix unchecked return coverity error 2021-04-01 04:52:10 -04:00
subsys pm: device_runtime: Change API behavior s/_sync/_async 2021-05-26 10:56:55 -04:00
unit tests: unit: cbprintf: Update test after adding alignment parameter 2021-03-29 14:08:41 +02:00
ztest tests: ztest: Use #if defined() 2021-05-26 14:12:01 -05:00