summaryrefslogtreecommitdiffstats
path: root/testsuites/automake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns2017-11-112-2/+5
| | | | | | | | | - Remove the macro defines and the need for tmacro.h by remapping the symbols using ld's wrap option. - Remove FLUSH_OUTPUT, it was empty. - Move rtems_test_exit to libmisc/testsupport as a function. Update #3199.
* 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-042-42/+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.
* Fix rtems-test-check with a BSD sed.Chris Johns2017-03-141-1/+1
| | | | | BSD sed does not support '\t' and treated '[ \t]' as 3 characters. This patch uses a standard method of supporting blank spaces.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-072-3/+10
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* rtems-test-check: Ignore tests which require real ISR based clock tickChris Johns2014-05-281-1/+1
| | | | | | | | | BSPs for simulators which do not include a clock tick interrupt source are incapable of running some tests successfully. This is a common characteristic of some BSPs and a fixed set of tests. There is no point in duplicating this list of tests in those BSPs test configuration. Read testsuites/testdata/require-tick-isr.tcfg for details.
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-0/+35
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-114-9/+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.
* 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-07-311-3/+1
| | | | | * automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
* 2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-231-1/+2
| | | | * automake/compile.am: Add *.ralf to clean-local.
* Remove .objRalf Corsepius2005-11-221-1/+1
|
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-221-1/+1
| | | | * automake/compile.am: Remove .coff.
* Remove depend.Ralf Corsepius2005-11-132-7/+0
|
* Remove preinstall, preinstall-recursive.Ralf Corsepius2005-11-131-31/+0
|
* Remove preinstall-am.Ralf Corsepius2005-11-131-3/+2
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-33/+1
| | | | | | | * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES. Remove ARCH. Remove LINK_LIBS. Extend clean-local to catch most temporary files make-exe is creating.
* Assume PROJECT_ROOT to contain RTEMS_BSP.Ralf Corsepius2005-11-091-2/+2
|
* Eliminate PROJECT_LIB.Ralf Corsepius2005-11-091-4/+2
| | | | Remove START_FILE, OBJS from LINK_FILES.
* Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS, RTEMS_CXXFLAGS.Ralf Corsepius2005-11-081-3/+3
|
* Cleanup.Ralf Corsepius2005-11-081-2/+0
|
* Remove RTEMS_BSP_SPECS, GCC_SPECS.Ralf Corsepius2005-11-081-8/+0
| | | | | Don't manually set up GCCSPEC (Now setup from inside configure). Remove RTEMS_RELLDFLAGS (Used).
* Remove CCAS support.Ralf Corsepius2005-11-081-4/+0
|
* Remove depend-am.Ralf Corsepius2005-11-071-3/+2
|
* Remove depend.Ralf Corsepius2005-11-071-2/+0
|
* Remove depend-recursive.Ralf Corsepius2005-11-071-4/+0
|
* Take contents of amcompile.am.Ralf Corsepius2005-11-071-64/+18
|
* RemoveRalf Corsepius2005-11-071-71/+0
|
* New.Ralf Corsepius2005-11-071-0/+71
|
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-3/+1
| | | | | * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS (Implicitly handled by automake).
* Remove duplicate CCAS.Ralf Corsepius2005-01-061-1/+0
|
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-57/+5
| | | | | | | | * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*. Cleanup comments.
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-57/+3
| | | | | * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused). Remove build-variants. Hard-code ARCH=o-optimize.
* Remove stray white spaces.Ralf Corsepius2004-04-204-13/+12
|
* 2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-171-1/+1
| | | | * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
* 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-151-2/+2
| | | | | * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB. * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-3/+0
| | | | * automake/compila.am: Remove ARCH.
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-3/+7
| | | | | | | * automake/compile.am: Add $(ARCH)/$(dirstamp) rules. * aclocal/lead-dot.m4: New (from automake-1.7f). * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add AC_SUBST(dirstamp).
* 2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-172-16/+0
| | | | * automake/local.am, automake/host.am: Remove "debug".
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-165-0/+318
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).