summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/support (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber1-1/+0
Close #3250. Close #4081.
2020-07-23libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber1-1/+1
Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
2020-02-25config: Remove CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-2/+0
The CONFIGURE_DISABLE_SMP_CONFIGURATION configuration option and rtems_configuration_is_smp_enabled() were added during the SMP support development cycle as a workaround to fix some testsuite failures in SMP configurations. All use cases were replaced with tests for specific conditions. The configuration option and test macro were undocumented. Close #3876.
2019-12-19config: Remove Ada configuration optionsSebastian Huber1-2/+0
Update #3845.
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber1-2/+1
Update #3841.
2019-11-27testsuites/ada: Introduce init.c filesSebastian Huber1-1/+1
Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-16/+0
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
2018-03-06Add a simple task console driverSebastian Huber1-0/+1
Close #3320.
2018-01-29ada: Introduce RTEMS.Size typeSebastian Huber3-5/+5
Some time ago the Classic API object size related parameters were changed to use size_t. Reflect this in the Ada bindings. Update #3082.
2017-12-04ada: Check C and POSIX typesSebastian Huber2-0/+62
Update #3256.
2017-12-04ada: Fix work_space_size() test supportSebastian Huber1-1/+2
2017-12-01ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-0/+2
Most Ada tests fail otherwise. Update #3020.
2017-12-01ada: Add standard test begin/end messageSebastian Huber2-1/+23
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber16-0/+1365
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.