summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/grp.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-02build: Improve testsuite build selectionSebastian Huber1-3/+1
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
2023-09-22build: Remove enabled-by special caseSebastian Huber1-0/+2
Doing the enabled-by processing just for the ldflags and just for the link custom commands is confusing. Use an option instead which is intended to be used for such use cases.
2023-08-11Add the Regulator Interface and testJoel Sherrill1-0/+2
Updates #4924. The Regulator is an application support class which is used to deal with the scenario where there is a bursty input source which needs to be metered out to a destination sink. The maximum size of bursts needs to be known and the delivery method must be configured to deliver messages at a rate that allows the traffic to not overflow.
2023-07-27Revert "cpukit/dev/can: Added CAN support"Gedare Bloom1-2/+0
This reverts commit cd91b37dce728b372f164355719a4e601e12e7b3. Closes #4803.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-05-16testsuites/libtests: Add test for flashdevAaron Nyholm1-0/+2
2023-01-20testsuites/libtest/dl11: Add DL test for TLSKinsey Moore1-0/+2
This adds a test verifying basic TLS functionality in loadable modules now that at least one architecture supports it.
2022-10-30cpukit/dev/can: Added CAN supportPrashanth S1-0/+2
2022-07-04build: Add cppflags, cflags, cxxflags to groupsSebastian Huber1-0/+3
Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
2022-06-09testsuite/libtests: Add exit03 to test exit() with C++Chris Johns1-0/+2
Updates #4661
2022-05-05build: Check for psxtests prerequisitesSebastian Huber1-4/+4
Close #4645.
2022-01-27cpukit: Prevent error with disabled stack checkerKinsey Moore1-0/+2
When the stack checker is not enabled, the stack checker reporting function can still be called. This prevents that call from performing a null memory access in trying to find the high water mark if the stack checker was never initialized. This also introduces a test to ensure this call does not cause a crash. Closes #4588
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber1-2/+0
GCC versions prior to 6.1 used a RTEMS thread model based on rtems_gxx_*() functions. GCC version 6.1 or later uses the self-contained synchronization objects of Newlib <sys/lock.h> for the RTEMS thread model. Remove the obsolete implementation. Close #3143.
2021-09-16testsuites: Wrap putcharAlex White1-0/+1
The linker flag to wrap putchar was lost in translation from make to waf.
2021-05-20testsuites: Remove telnetd01Vijay Kumar Banerjee1-2/+0
telnetd01 test cannot be run without a network stack, so this test is being moved to the rtems-net-legacy repository.
2021-04-13Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee1-0/+2
This reverts commit 3299dda2454a8847c670a732f6c12ef1f2cc5dd0.
2021-04-07testsuites: Remove all legacy networking testsVijay Kumar Banerjee1-8/+0
Update #3850
2021-04-07cpukit: Remove telnetdVijay Kumar Banerjee1-2/+0
Update #3850
2020-12-27libtests/ofw01: Added a test for RTEMS OFWG S Niteesh Babu1-0/+2
This commit adds a basic test that tests all the implemented RTEMS OFW functions.
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns1-0/+2
2020-09-14irqs01/smpirqs01: New testsSebastian Huber1-0/+2
Close #4034.
2020-09-14build: Use Python tarfile instead of paxSebastian Huber1-2/+0
This patch is for the new build system.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+320
Update #3818.