summaryrefslogtreecommitdiff
path: root/spec/build/testsuites (follow)
AgeCommit message (Collapse)Author
2020-10-12build: Fix formatSebastian Huber
2020-10-09testsuite/rcxx01: Add examples for use in the User manualChris Johns
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns
2020-10-07Misc: Correct spelling of occurredJoel Sherrill
2020-10-02build: Fix typoSebastian Huber
2020-10-01tests: Add and use <rtems/testopts.h>Sebastian Huber
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 Huber
Close #4107.
2020-09-28validation: Test rtems_message_queue_construct()Sebastian Huber
Update #4007.
2020-09-17validation: rtems_task_construct() errorsSebastian Huber
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 Huber
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 Huber
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 Huber
Update #3818.
2020-09-14irqs01/smpirqs01: New testsSebastian Huber
Close #4034.
2020-09-14build: Use Python tarfile instead of paxSebastian Huber
This patch is for the new build system.
2020-09-14build: Alternative build system based on wafSebastian Huber
Update #3818.