summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/rtems-test-check.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Add the BSP architecture to the include pathChris Johns2020-05-061-1/+1
| | | | Updates #2962
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-071-4/+4
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* testsuite: Add python verison support to rtems-test-check.pyChris Johns2018-11-091-1/+1
| | | | Closes #3579
* tests: Move rtems-test-check.pySebastian Huber2018-05-021-1/+1
| | | | Remove shell script variant.
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-1/+1
| | | | | | | | | Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
* testsuite: Autoconf test check support.Chris Johns2018-04-101-0/+31
The autoconf function checks the state of a test for the BSP and controls the building of the test. This change is part of the testsuite Makefile.am reorganisation. Update #3382