summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/grp.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Improve testsuite build selectionSebastian Huber2023-11-021-2/+2
| | | | | | | | | | | | | 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
* build: Use build context for custom commandsSebastian Huber2023-09-111-1/+0
| | | | | | Revert duplicated listing of TEST_OPTIMIZATION_FLAGS. Close #4947.
* spec/testsuite/dl: Fix optimization flagsChris Johns2023-08-271-0/+1
| | | | Updates #4944
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* build: Add RTEMS_GCOV_COVERAGE optionSebastian Huber2022-07-041-1/+2
| | | | Update #4670.
* build: Allow separate optimization flagsSebastian Huber2022-07-041-2/+4
| | | | | | | | Allow separate optimization flags for the BSP, cpukit, and tests. For example, the BSP and cpukit may be built without optimization if coverage instrumentation is enabled, however, the tests may still use optimization. Update #4670.
* 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: Add a unit test suiteSebastian Huber2022-04-061-0/+4
|
* tests: Add and use <rtems/testopts.h>Sebastian Huber2020-10-011-0/+2
| | | | | Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS Test Framework.
* validation: Add general purpose test suiteSebastian Huber2020-09-171-0/+4
| | | | | | | | | 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.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+65
Update #3818.