zephyr/include/zephyr/linker
Yuval Peress 84dfb8edf8 ztest: allow asserts anywhere
Updates the ztest_test_fail() function to allow failures in setup.
When executed, a failed assert will fail every test in the suite owning
the setup function. This was verified by adding a suite which asserts
in the setup function and has a test that should pass. During
exeuction, ztest marks the test as failing.

In order to verify exection I also added 2 new APIs:
- ZTEST_EXPECT_FAIL(suite_name, test_name)
- ZTEST_EXPECT_SKIP(suite_name, test_name)

Signed-off-by: Yuval Peress <peress@google.com>
2022-08-09 13:30:15 -04:00
..
common-rom ztest: allow asserts anywhere 2022-08-09 13:30:15 -04:00
app_smem_aligned.ld
app_smem_pinned_aligned.ld
app_smem_pinned_unaligned.ld
app_smem_pinned.ld
app_smem_unaligned.ld
app_smem.ld
common-noinit.ld
common-ram.ld
common-rom.ld
cplusplus-ram.ld
cplusplus-rom.ld
debug-sections.ld
device-handles.ld
devicetree_regions.h include: zephyr: Add missing guard macro 2022-07-20 13:39:23 -05:00
intlist.ld
irq-vector-table-section.ld linker: Fix _vector_end symbol location 2022-07-05 15:40:55 +00:00
kobject-data.ld scripts: move gen_kobject_placeholders.py to scripts/build/ 2022-07-12 10:03:45 +02:00
kobject-priv-stacks.ld scripts: move gen_kobject_placeholders.py to scripts/build/ 2022-07-12 10:03:45 +02:00
kobject-rom.ld scripts: move gen_kobject_placeholders.py to scripts/build/ 2022-07-12 10:03:45 +02:00
kobject-text.ld
linker-defs.h
linker-tool-gcc.h
linker-tool-mwdt.h
linker-tool.h
rel-sections.ld
section_tags.h intel_adsp: move attribute macros to dedicated linker header 2022-07-13 11:15:46 -04:00
sections.h
thread-local-storage.ld
utils.h