summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/unit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crc: Add a CRC-24Q implementationSebastian Huber2024-02-161-0/+2
|
* base64: Add decoderMatthew Joyce2024-02-161-0/+1
|
* build: Improve testsuite build selectionSebastian Huber2023-11-021-3/+1
| | | | | | | | | | | | | Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [arch/bsp] BUILD_TESTS = True BUILD_BENCHMARKS = False
* testsuites/unit: Add tests for compiler builtinsSebastian Huber2023-10-121-0/+1
| | | | | | | | 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/+1
| | | | | | | 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/+1
| | | | | | | 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-202-2/+2
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* unit: Test red-black treesSebastian Huber2022-04-061-0/+1
|
* unit: Add test for misaligned builtin memcpy()Sebastian Huber2022-04-061-0/+1
|
* unit: Add a unit test suiteSebastian Huber2022-04-062-0/+40