From 046f47154f6691db5d4bef5493f63eb609c0e57f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Jun 2009 06:35:29 +0000 Subject: 2009-06-24 Joel Sherrill * 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. --- testsuites/sptests/spprintk/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests/spprintk/init.c') diff --git a/testsuites/sptests/spprintk/init.c b/testsuites/sptests/spprintk/init.c index 4acf3e104c..bff53ac0bd 100644 --- a/testsuites/sptests/spprintk/init.c +++ b/testsuites/sptests/spprintk/init.c @@ -23,6 +23,8 @@ rtems_task Init( printk( "\n\n*** TEST PRINTK ***\n" ); + putk( "This is a test of putk\n" ); + printk( "bad format -- %%q in parentheses (%q)\n" ); printk( "bad format -- %%lq in parentheses (%lq)\n", 0x1234 ); @@ -56,7 +58,7 @@ rtems_task Init( printk( "%%c of X -- (%c)\n", 'X' ); - printk( "*** END OF TEST PRINTK ***" ); + printk( "*** END OF TEST PRINTK ***\n" ); rtems_test_exit( 0 ); } -- cgit v1.2.3