summaryrefslogtreecommitdiffstats
path: root/testsuites/automake/subdirs.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-28/+0
| | | | | Close #3250. Close #4081.
* build: Fix make clean.Chris Johns2018-04-111-1/+2
| | | | Update #3254.
* testsuites: Remove the test check from the subdir support.Chris Johns2018-04-101-23/+3
| | | | | | Leave the parallel support so each test group builds in parallel. Update #3382
* build-system: Fix the targets support for the parallel build.Chris Johns2017-05-261-2/+1
|
* testsuite: Fix excluding tests that a substring of another test.Chris Johns2017-05-251-11/+10
| | | | | Fix excluding `math` when there is a test `mathl`. The shell test used fails in this case. This patch's approach is much simpler.
* testusite: Fix the parallel build test excludes.Chris Johns2017-05-241-26/+22
|
* testsuites: Build the tests in parallel if make is asked too.Chris Johns2017-05-111-22/+29
|
* testsuite: Fix rtems-test-check not excluding tests.Chris Johns2017-04-181-3/+4
| | | | | | | | The include file handling was broken. Add a test configuration data README. Closes #2981.
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2017-04-041-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | errors. - Add a top level test configuration file for test states that are common to all BSPs. This saves adding a test configuration (tcfg) file for every BSP. - Add the test states 'user-input' and 'benchmark'. This lets 'rtems-test' stop the test rather than waiting for a timeout or letting a benchmark run without the user asking for it to run. - Implement rtems-test-check in Python to make it faster. The shell script had grown to a point it was noticably slowing the build down. - Fix the configure.ac and Makefile.am files for a number of the test directories. The files are difficiult to keep in sync with the number of tests and mistakes can happen such as tests being left out of the build. The test fsrofs01 is an example. Also a there was a mix of SUBDIRS and _SUBDIRS being used and only _SUBDIRS should be used. - Fix the test fsrofs01 so it compiles. Closes #2963.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-1/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Remove preinstall, preinstall-recursive.Ralf Corsepius2005-11-131-31/+0
|
* Remove depend-recursive.Ralf Corsepius2005-11-071-4/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-201-3/+3
|
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-0/+36
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).