summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spprintk/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sptests/spprintk: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+4
|
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-0/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* printk: Add support for long longSebastian Huber2014-03-111-0/+29
|
* sptests - Eliminate missing prototype warningsJoel Sherrill2012-05-311-0/+7
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+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.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-141-7/+47
| | | | | * spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean up and add test of getchark().
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
|
* Eliminate unused vars.Ralf Corsepius2009-10-241-4/+0
|
* 2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-241-1/+3
| | | | | | | | * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn: Enhance spprintk. Add two new fatal error tests to cover __assert_func. * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c, spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
* 2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-151-0/+14
| | | | * spprintk/init.c: printk() now 100% covered.
* 2009-05-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-141-4/+19
| | | | * spprintk/init.c: More test cases.
* 2009-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-141-0/+45
* Makefile.am, configure.ac, spwatchdog/system.h, spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for printk. These will help coverage. Simplify spwkspace. * spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c, spprintk/spprintk.scn: New files. * spwkspace/system.h: Removed.