summaryrefslogtreecommitdiffstats
path: root/testsuites/validation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* validation: Improve file header commentSebastian Huber2020-10-083-15/+29
|
* rtems: Canonicalize name and id checksSebastian Huber2020-10-012-168/+168
| | | | | | Check the name followed by the id check in all create directives. Compare pointers against NULL. Fix formatting.
* tests: Add and use <rtems/testopts.h>Sebastian Huber2020-10-011-1/+2
| | | | | Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework.
* validation: Test rtems_message_queue_construct()Sebastian Huber2020-09-281-0/+1868
| | | | Update #4007.
* validation: rtems_task_construct() errorsSebastian Huber2020-09-171-0/+2367
| | | | | | | This is the first test case generated from a specification item in the rtems-central repository. Update #3959.
* validation: Add general purpose test suiteSebastian Huber2020-09-171-0/+222
Add a general purpose test suite for validation tests. This is the first test suite generated from a specification item in the rtems-central repository. Update #3959.