zephyr/tests/subsys
Sebastian Bøe fdac7b3319 cmake: Add target for generating header files
Before C sources can be compiled any generated header that they
include must be generated. Currently, the target 'offsets_h' happens
to depend directly or indirectly on all generated headers.

This means that to compile safely, one can simply depend on
'offsets_h'. But this is coincidental and might not be true in the
future.

To be able to safely depend on a target that represents all generated
headers being ready we introduce the target
'zephyr_generated_headers'.

Any third-party build scripts can now safely depend on
'zephyr_generated_headers' and be protected from any internal changes
to the build system, like the removal of offsets_h.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2020-01-29 11:44:57 -06:00
..
can/frame tests: add test for invalid zcan_frame 2019-10-28 12:57:10 +02:00
debug/tracing tests: fix test identifiers 2019-12-09 15:53:44 -05:00
dfu tests/subsys/dfu/img_util: progressively erase testcase 2019-12-15 10:26:36 -05:00
fs samples: drivers: spi_flash: switch nrf52840_pca10056 to Nordic QSPI 2020-01-29 15:15:49 +01:00
jwt global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
logging logging: Fix false strdup buffer freeing 2019-12-20 08:49:01 -05:00
settings cmake: Add target for generating header files 2020-01-29 11:44:57 -06:00
shell/shell_history tests: remove duplicate names for the shell tests 2019-10-24 06:24:49 -04:00
storage/flash_map tests: fix test identifiers 2019-12-09 15:53:44 -05:00
usb tests: usb: General cleanup 2020-01-07 21:05:44 +01:00