summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2-0/+24
2020-10-07Misc: Correct spelling of occurredJoel Sherrill1-1/+1
2020-10-02build: Fix typoSebastian Huber1-1/+1
2020-10-01tests: Add and use <rtems/testopts.h>Sebastian Huber3-0/+49
Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework.
2020-10-01build: Fix build dependencies of JFFS2 testsSebastian Huber9-19/+19
Close #4107.
2020-09-28validation: Test rtems_message_queue_construct()Sebastian Huber1-0/+1
Update #4007.
2020-09-17validation: rtems_task_construct() errorsSebastian Huber1-0/+1
This is the first test case generated from a specification item in the rtems-central repository. Update #3959.
2020-09-17validation: Add general purpose test suiteSebastian Huber4-0/+56
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.
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2-0/+21
Add this application configuration option. This configuration option can be used to reserve space for the dynamic linking of modules with thread-local storage objects. Add RTEMS_TASK_STORAGE_ALIGNMENT to define the minium alignment of a thread-local storage size. Update #4074.
2020-09-17build: Fix mghttpd01 test excludeSebastian Huber1-0/+1
Update #3818.
2020-09-14irqs01/smpirqs01: New testsSebastian Huber4-0/+43
Close #4034.
2020-09-14build: Use Python tarfile instead of paxSebastian Huber11-26/+10
This patch is for the new build system.
2020-09-14build: Alternative build system based on wafSebastian Huber881-0/+20717
Update #3818.