zephyr/tests
Ioannis Glaropoulos 1084e5b652 tests: arch: arm_irq_vector_table: no explicit const array size
We do not need to explicitly define the size of the const
array elements for the customized IRQ vector, used in the
test. The compiler should be able to infer the actual size
by counting the provided entries.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-10-18 10:16:32 +02:00
..
application_development tests: cxx: Enable exceptions 2019-09-19 09:26:42 -05:00
arch tests: arch: arm_irq_vector_table: no explicit const array size 2019-10-18 10:16:32 +02:00
benchmarks benchmarks: capture benchmark data in a file 2019-10-11 07:28:19 -07:00
bluetooth Bluetooth: Fix missing includes for hci.h 2019-10-17 19:05:33 +03:00
boards coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
crypto tests: tinycrypt: build only on native_posix 2019-10-01 10:42:19 -07:00
drivers tests: drivers: kscan: Add simple API tests 2019-10-16 13:29:21 -07:00
kernel tests: kernel: fatal: add a test-case for arbitrary error reason 2019-10-16 11:22:48 +02:00
lib tests: gui: Pass image pointer to fs_write 2019-10-02 08:18:16 -04:00
misc/test_build tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
net tests: net: Remove CONFIG_NET_HEADERS_ALWAYS_CONTIGUOUS assignment 2019-10-18 09:13:49 +02:00
portability tests: move cmsis_rtos_v2 into portability 2019-09-27 15:23:26 -04:00
posix tests/posix/common: restructure to eliminate casts 2019-09-15 11:33:47 +08:00
shell tests: Never disable SMP 2019-09-26 16:54:06 -04:00
subsys tests: settings: functional: nvs: adding posix targets 2019-10-15 10:50:31 +02:00
unit tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00