summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-score-thread-smp-one-cpu.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-03-17validation: Replace enum Event with definesSebastian Huber1-4/+2
There is a Doxygen limitation that all compound names (enum, struct, class, union, group) within a project must be unique. Update #3716.
2023-03-13validation: Derive names from item UIDsSebastian Huber1-4/+3
Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
2022-03-24validation: Test SMP-specific aspectsSebastian Huber1-0/+186
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.