summaryrefslogtreecommitdiffstats
path: root/testsuites/unit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/unit: Add tests for compiler builtinsSebastian Huber2024-04-161-14/+207
| | | | | | | On the arm target, __udivmoddi4() cannot be fully tested through normal integer divisions. Update #3716.
* testsuites/unit: Add files to groupSebastian Huber2024-02-272-0/+12
|
* crc: Add a CRC-24Q implementationSebastian Huber2024-02-161-0/+42
|
* base64: Add decoderMatthew Joyce2024-02-161-0/+180
|
* testsuites/unit: Add tests for compiler builtinsSebastian Huber2023-11-021-8/+391
| | | | | | | | Test some compiler builtins which may use integer library routines: https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html Update #3716.
* testsuites/unit: Fix build error on aarch64Sebastian Huber2023-10-121-2/+6
| | | | Update #3716.
* testsuites/unit: Add tests for compiler builtinsSebastian Huber2023-10-121-0/+561
| | | | | | | | Explicitly test the 64-bit integer division and modulo operations. They are essential for the timekeeping services. On most 32-bit targets, they need a software implementation. Update #3716.
* unit: Test unlimited objects configurationFrank Kühndel2023-07-211-0/+171
| | | | | | | This unit test covers code paths which are only reached if unlimited objects are used. Update #3716.
* unit: Test POSIX-specific message queue implFrank Kühndel2023-07-211-0/+452
| | | | | | | This unit test covers code paths of the Message Handler which are only reached by through POSIX message queue API. Update #3716.
* Update company nameSebastian Huber2023-05-203-3/+3
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* doxygen: Add test files to groupsSebastian Huber2023-03-171-0/+6
|
* doxygen: Add groups for related test suitesSebastian Huber2023-03-141-1/+1
|
* validation: Derive names from item UIDsSebastian Huber2023-03-132-7/+6
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* unit: Test red-black treesSebastian Huber2022-04-061-0/+1195
|
* unit: Add test for misaligned builtin memcpy()Sebastian Huber2022-04-061-0/+51
|
* unit: Add a unit test suiteSebastian Huber2022-04-061-0/+81