summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use simple console driverSebastian Huber2017-11-063-3/+3
| | | | | Update #3170. Update #3199.
* tests: Use printf() instead of fprintf()Sebastian Huber2017-11-025-0/+12
| | | | | Update #3170. Update #3199.
* tests: Remove TEST_INITSebastian Huber2017-10-283-6/+0
| | | | | | | | The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-233-0/+6
| | | | | | | | | | - Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
* dhrystone/dhry_1.c: Move assignment to before start of timerJoel Sherrill2017-04-261-5/+5
|
* linpack/linpack-pc.c: Fix no return statement warningJoel Sherrill2017-04-231-0/+3
|
* dhrystone/dhry_1.c: Fix may be used uninitialized warningJoel Sherrill2017-04-231-0/+5
|
* dhrystone: Fix warningsSebastian Huber2017-04-051-2/+4
| | | | Close #2977.
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2017-04-042-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* benchmarks/whetstone: Port to RTEMSSebastian Huber2017-03-295-15/+39
| | | | Update #2958.
* benchmarks/whetstone: ImportSebastian Huber2017-03-291-0/+433
| | | | | | | | Import whetstone sources from: http://www.netlib.org/benchmark/whetstone.c Update #2958.
* benchmarks/linpack: Port to RTEMSSebastian Huber2017-03-295-180/+109
| | | | Close #2958.
* benchmarks/linpack: ImportSebastian Huber2017-03-291-0/+1333
| | | | | | | | Import linpack sources from: http://www.netlib.org/benchmark/linpack-pc.c Update #2958.
* benchmarks/dhrystone: Port to RTEMSSebastian Huber2017-03-297-33/+128
| | | | Update #2958.
* benchmarks/dhrystone: ImportSebastian Huber2017-03-296-0/+1596
| | | | | | | | Import dhrystone sources from: http://www.netlib.org/benchmark/dhry-c Update #2958.
* benchmarks: Add benchmark templatesSebastian Huber2017-03-2914-0/+272
Update #2958.