summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-246/+0
| | | | | Close #3250. Close #4081.
* mptests: Avoid build system defined definesSebastian Huber2019-11-121-52/+52
| | | | Update #3818.
* mptests/mp14: Make MAX_LONG_TEST_DURATION constantSebastian Huber2019-11-121-2/+2
| | | | | | If there is a real need, it can be made a configuration option again. Update #3818.
* build: Do not install test programsSebastian Huber2019-01-301-3/+1
|
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* testsuite/mptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-16/+246
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2017-04-041-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-2/+2
| | | | | | | | 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-111-4/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-2/+0
| | | | * Makefile.am: Cleanup.
* 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-181-1/+1
| | | | * Makefile.am: Reflect having moved aclocal/.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile.am: Reflect having moved automake. mp01/Makefile.am: Reflect having moved automake. mp01/node1/Makefile.am: Reflect having moved automake. mp01/node2/Makefile.am: Reflect having moved automake. mp02/Makefile.am: Reflect having moved automake. mp02/node1/Makefile.am: Reflect having moved automake. mp02/node2/Makefile.am: Reflect having moved automake. mp03/Makefile.am: Reflect having moved automake. mp03/node1/Makefile.am: Reflect having moved automake. mp03/node2/Makefile.am: Reflect having moved automake. mp04/Makefile.am: Reflect having moved automake. mp04/node1/Makefile.am: Reflect having moved automake. mp04/node2/Makefile.am: Reflect having moved automake. mp05/Makefile.am: Reflect having moved automake. mp05/node1/Makefile.am: Reflect having moved automake. mp05/node2/Makefile.am: Reflect having moved automake. mp06/Makefile.am: Reflect having moved automake. mp06/node1/Makefile.am: Reflect having moved automake. mp06/node2/Makefile.am: Reflect having moved automake. mp07/Makefile.am: Reflect having moved automake. mp07/node1/Makefile.am: Reflect having moved automake. mp07/node2/Makefile.am: Reflect having moved automake. mp08/Makefile.am: Reflect having moved automake. mp08/node1/Makefile.am: Reflect having moved automake. mp08/node2/Makefile.am: Reflect having moved automake. mp09/Makefile.am: Reflect having moved automake. mp09/node1/Makefile.am: Reflect having moved automake. mp09/node2/Makefile.am: Reflect having moved automake. mp10/Makefile.am: Reflect having moved automake. mp10/node1/Makefile.am: Reflect having moved automake. mp10/node2/Makefile.am: Reflect having moved automake. mp11/Makefile.am: Reflect having moved automake. mp11/node1/Makefile.am: Reflect having moved automake. mp11/node2/Makefile.am: Reflect having moved automake. mp12/Makefile.am: Reflect having moved automake. mp12/node1/Makefile.am: Reflect having moved automake. mp12/node2/Makefile.am: Reflect having moved automake. mp13/Makefile.am: Reflect having moved automake. mp13/node1/Makefile.am: Reflect having moved automake. mp13/node2/Makefile.am: Reflect having moved automake. mp14/Makefile.am: Reflect having moved automake. mp14/node1/Makefile.am: Reflect having moved automake. mp14/node2/Makefile.am: Reflect having moved automake.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp01/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp02/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp03/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp04/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp05/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp06/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp07/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp08/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp09/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp10/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp11/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp12/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp13/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp14/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-091-1/+1
| | | | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-021-1/+1
| | | | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
* 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-271-1/+1
| | | | | | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * mptests.am: Remove DEFS.
* Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-291-12/+3
| | | | | | | | | | | | | | | | | | | | | | | which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* New configuration files added by patch fromJoel Sherrill1999-08-101-0/+23
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".