summaryrefslogtreecommitdiff
path: root/testsuites/automake/subdirs.am (follow)
AgeCommit message (Collapse)Author
2017-05-26build-system: Fix the targets support for the parallel build.Chris Johns
2017-05-25testsuite: Fix excluding tests that a substring of another test.Chris Johns
Fix excluding `math` when there is a test `mathl`. The shell test used fails in this case. This patch's approach is much simpler.
2017-05-24testusite: Fix the parallel build test excludes.Chris Johns
2017-05-11testsuites: Build the tests in parallel if make is asked too.Chris Johns
2017-04-18testsuite: Fix rtems-test-check not excluding tests.Chris Johns
The include file handling was broken. Add a test configuration data README. Closes #2981.
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns
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.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
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.
2005-11-13Remove preinstall, preinstall-recursive.Ralf Corsepius
2005-11-07Remove depend-recursive.Ralf Corsepius
2004-04-20Remove stray white spaces.Ralf Corsepius
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).