summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/support (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-1/+0
| | | | | Close #3250. Close #4081.
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-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.
* config: Remove CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2020-02-251-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.
* config: Remove Ada configuration optionsSebastian Huber2019-12-191-2/+0
| | | | Update #3845.
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-131-2/+1
| | | | Update #3841.
* testsuites/ada: Introduce init.c filesSebastian Huber2019-11-271-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.
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-16/+0
| | | | | A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
* Add a simple task console driverSebastian Huber2018-03-061-0/+1
| | | | Close #3320.
* ada: Introduce RTEMS.Size typeSebastian Huber2018-01-293-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.
* ada: Check C and POSIX typesSebastian Huber2017-12-042-0/+62
| | | | Update #3256.
* ada: Fix work_space_size() test supportSebastian Huber2017-12-041-1/+2
|
* ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-12-011-0/+2
| | | | | | Most Ada tests fail otherwise. Update #3020.
* ada: Add standard test begin/end messageSebastian Huber2017-12-012-1/+23
|
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-1216-0/+1365
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.