summaryrefslogtreecommitdiff
path: root/testsuites/ada/support (follow)
AgeCommit message (Collapse)Author
2020-02-25config: Remove CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber
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 Huber
Update #3845.
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber
Update #3841.
2019-11-27testsuites/ada: Introduce init.c filesSebastian Huber
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 Huber
2018-04-04build: Remove EXTRA_DISTSebastian Huber
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 Huber
Close #3320.
2018-01-29ada: Introduce RTEMS.Size typeSebastian Huber
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 Huber
Update #3256.
2017-12-04ada: Fix work_space_size() test supportSebastian Huber
2017-12-01ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber
Most Ada tests fail otherwise. Update #3020.
2017-12-01ada: Add standard test begin/end messageSebastian Huber
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.