zephyr/tests
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
..
application_development tests: application_development/libxcc: exclude using XCC... 2020-01-07 17:09:38 +01:00
arch drivers: counter: add counter_get_value(), deprecate counter_read() 2020-01-28 12:52:46 -05:00
benchmarks test: benchmarkis add frdmk82f board config 2019-12-19 12:55:18 -05:00
bluetooth global: Fix up leading/trailing blank lines in files 2020-01-27 17:41:55 -06:00
boards tests: board_shell: enable sensor shell 2020-01-13 09:23:35 -06:00
crypto tests: tags: Add entropy and random tags 2020-01-28 09:37:51 -05:00
drivers tests: drivers: counter: counter_basic_api: Fix teardown function 2020-01-28 18:20:15 -05:00
kernel tests/kernel/fatal: add volatile to prevent compiler optimization 2020-01-22 07:08:12 -08:00
lib lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
misc/test_build tests: fix test identifiers 2019-12-09 15:53:44 -05:00
net tests: net: websocket: Add TX unit tests for websocket API 2020-01-28 19:49:16 +02:00
portability tests: samples: portability: fix test tags and identifiers 2019-12-09 15:53:44 -05:00
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell tests: fix test identifiers 2019-12-09 15:53:44 -05:00
subsys cmake: Add target for generating header files 2020-01-29 11:44:57 -06:00
unit tests: unit: util: Add test for IF_ENABLED() 2019-12-18 08:14:52 -05:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00