From 0308c028537c525225446005ef051db49a136ba8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Jun 2010 14:03:45 +0000 Subject: 2010-06-26 Bharath Suri PR 1592/testing * Makefile.am, configure.ac: Changes to incorporate sperror01, sperror02, sperror03 * sperror01/init.c, sperror02/init.c: New tests to exercise rtems_error routine * sperror03/init.c: New test to exercise rtems_panic routine --- testsuites/sptests/sperror01/sperror01.doc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testsuites/sptests/sperror01/sperror01.doc (limited to 'testsuites/sptests/sperror01/sperror01.doc') diff --git a/testsuites/sptests/sperror01/sperror01.doc b/testsuites/sptests/sperror01/sperror01.doc new file mode 100644 index 0000000000..ca47a1d6ee --- /dev/null +++ b/testsuites/sptests/sperror01/sperror01.doc @@ -0,0 +1,25 @@ +# +# $Id$ +# +# COPYRIGHT (c) 1989-2010. +# On-Line Applications Research Corporation (OAR). +# +# The license and distribution terms for this file may be +# found in the file LICENSE in this distribution or at +# http://www.rtems.com/license/LICENSE. +# + +This file describes the directives and concepts tested by this test set. + +test set name: sperror01 + +directives: + ++ rtems_error + +concepts: + ++ Invoke rtems_error with an unknown errno ++ Invoke rtems_error with a known errno ++ Invoke rtems_error with a known errno, with panic + -- cgit v1.2.3