summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-386/+0
| | | | | Close #3250. Close #4081.
* Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill2020-09-111-10/+0
| | | | Closes #4040.
* tmtests: Avoid build system defined definesSebastian Huber2019-11-121-14/+14
| | | | Update #3818.
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-071-45/+38
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* build: Do not install test programsSebastian Huber2019-01-301-3/+1
|
* tmtests/tmonetoone: New test programSebastian Huber2018-10-111-0/+9
|
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* testsuite/tmtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-7/+393
| | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* tmtests/tmtimer01: New testSebastian Huber2016-03-021-0/+1
| | | | | | | Test run performed on T4240 running at 1667MHz in uni-processor configuration. Update #2554.
* tmtests/tmfine01: New testSebastian Huber2015-03-161-0/+1
|
* Enhance Semaphore Blocking and Readying Time Test CasesJoel Sherrill2014-07-141-1/+1
| | | | | | | | | | | | | | | | tm02 and tm03 were modified to be reused for multiple configurations of RTEMS Classic API Semaphores. This added tm31-36. The messages for tm02 and tm03 were modified to indicate the semaphore attributes. tm31 - tm36 were added. This resulted in the following cases: tm02 - rtems_semaphore_obtain: Counting/FIFO not available caller blocks tm03 - rtems_semaphore_release: Counting/FIFO task readied preempts caller tm31 - rtems_semaphore_obtain: Counting/priority not available caller blocks tm32 - rtems_semaphore_release: Counting/priority task readied preempts caller tm33 - rtems_semaphore_obtain: Binary/FIFO not available caller blocks tm34 - rtems_semaphore_release: Binary/FIFO task readied preempts caller tm35 - rtems_semaphore_obtain: Binary/priority not available caller blocks tm36 - rtems_semaphore_release: Binary/priority task readied preempts caller
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-3/+3
| | | | | | | | 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.
* tmtests/tmcontext01: New testSebastian Huber2014-02-281-0/+1
|
* 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
|
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-211-1/+1
| | | | | | | * Makefile.am, configure.ac: New test for barrier create, ident, and delete. * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
* Remove noinst_HEADERSRalf Corsepius2005-11-081-2/+0
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-2/+0
| | | | * Makefile.am: Cleanup.
* Cosmetics.Ralf Corsepius2004-12-301-3/+3
|
* 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-261-1/+3
| | | | | | * include/Makefile.am: Remove. * Makefile.am: Merge-in include/Makefile.am. * configure.ac: Reflect changes above.
* 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. include/Makefile.am: Reflect having moved automake. tm01/Makefile.am: Reflect having moved automake. tm02/Makefile.am: Reflect having moved automake. tm03/Makefile.am: Reflect having moved automake. tm04/Makefile.am: Reflect having moved automake. tm05/Makefile.am: Reflect having moved automake. tm06/Makefile.am: Reflect having moved automake. tm07/Makefile.am: Reflect having moved automake. tm08/Makefile.am: Reflect having moved automake. tm09/Makefile.am: Reflect having moved automake. tm10/Makefile.am: Reflect having moved automake. tm11/Makefile.am: Reflect having moved automake. tm12/Makefile.am: Reflect having moved automake. tm13/Makefile.am: Reflect having moved automake. tm14/Makefile.am: Reflect having moved automake. tm15/Makefile.am: Reflect having moved automake. tm16/Makefile.am: Reflect having moved automake. tm17/Makefile.am: Reflect having moved automake. tm18/Makefile.am: Reflect having moved automake. tm19/Makefile.am: Reflect having moved automake. tm20/Makefile.am: Reflect having moved automake. tm21/Makefile.am: Reflect having moved automake. tm22/Makefile.am: Reflect having moved automake. tm23/Makefile.am: Reflect having moved automake. tm24/Makefile.am: Reflect having moved automake. tm25/Makefile.am: Reflect having moved automake. tm26/Makefile.am: Reflect having moved automake. tm27/Makefile.am: Reflect having moved automake. tm28/Makefile.am: Reflect having moved automake. tm29/Makefile.am: Reflect having moved automake. tmck/Makefile.am: Reflect having moved automake. tmoverhd/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]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS. * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS. * tmoverhd/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. * tmtests.am: Remove DEFS.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-3/+3
|
* Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+2
| | | | to convert the tmtests directory from Makefile.in to Makefile.am.
* 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/+13
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".