summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio03/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/psxtests/psx[a-f]*: Change license to BSD-2Joel Sherrill2022-04-121-3/+22
| | | | Updates #3053.
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-071-11/+14
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* tests: Remove TEST_INITSebastian Huber2017-10-281-2/+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-231-0/+2
| | | | | | | | | | - 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.
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-5/+5
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+4
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* psxtests - Eliminate missing prototype warningsJoel Sherrill2012-05-111-0/+4
|
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-151-7/+6
| | | | | * psxaio03/init.c, psxaio03/psxaio03.scn: Run in a reasonable amount of time. Update screen.
* 2011-01-17 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2011-01-171-0/+136
* Makefile.am, configure.ac: Add psxaio03/. * psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn psxaio03/system.h: New.