1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-core
Marian Buschsieweke 2b6f65a08a
build_system/xfa: change API to fix alignment
This changes the API of xfa from

    XFA(array_name, prio) type element_name = INITIALIZER;

to

    XFA(type, array_name, prio) element_name = INITIALIZER;

this allows forcing natural alignment of the type, fixing failing tests
on `native64`.
2024-11-07 16:30:01 +01:00
..
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
Makefile.include tests/unittests: add unit tests for core_mbox 2022-12-09 14:47:11 +01:00
tests-core-atomic.c tests/unittests: remove old workaround for SAML1X and gcc9.X bug 2023-05-30 21:44:22 +02:00
tests-core-bitarithm.c test/unittest: cleanup most vera++ complains 2022-10-27 16:31:59 +02:00
tests-core-byteorder.c tests/core: Add tests for little endian functions 2020-12-08 11:26:20 +01:00
tests-core-cib.c core/lib/cib: add several new peek functions 2024-03-18 10:14:34 -04:00
tests-core-clist.c core/clist: add special cardinality tests and matching unittest 2021-04-14 21:00:10 +02:00
tests-core-list.c tests: provide unittests for core/list 2017-01-24 14:15:48 +01:00
tests-core-macros.c tests/unittests: add test for ABS() macro 2024-02-08 10:56:11 -05:00
tests-core-mbox.c tests/unittests: tests-core-mbox: add missing container.h include 2023-05-02 13:57:44 +02:00
tests-core-priority-queue.c tests: add missing includes 2022-11-22 13:39:35 +01:00
tests-core-ringbuffer.c treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
tests-core-xfa-data1.c build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
tests-core-xfa-data2.c build_system/xfa: change API to fix alignment 2024-11-07 16:30:01 +01:00
tests-core-xfa.c unittests: Add XFA tests 2021-02-16 14:55:26 +01:00
tests-core-xfa.h unittests: Add XFA tests 2021-02-16 14:55:26 +01:00
tests-core.c tests/unittests: add unit tests for core_mbox 2022-12-09 14:47:11 +01:00
tests-core.h tests/unittests: add unit tests for core_mbox 2022-12-09 14:47:11 +01:00