From c8ce0825648a2f084253c4c43af2c5fb4f164a03 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Aug 2009 17:53:09 +0000 Subject: 2009-08-11 Joel Sherrill * Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and adjust existing for alignment. New test ensures coverage begin and end marker methods are exercised so they do not get considered unexecuted. * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c, spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files. --- testsuites/sptests/spcoverage/spcoverage.doc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testsuites/sptests/spcoverage/spcoverage.doc (limited to 'testsuites/sptests/spcoverage/spcoverage.doc') diff --git a/testsuites/sptests/spcoverage/spcoverage.doc b/testsuites/sptests/spcoverage/spcoverage.doc new file mode 100644 index 0000000000..8e353b7c53 --- /dev/null +++ b/testsuites/sptests/spcoverage/spcoverage.doc @@ -0,0 +1,25 @@ +# +# $Id$ +# +# COPYRIGHT (c) 1989-2009. +# 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: spcoverage + +directives: + + start_coverage + end_coverage + + +concepts: + ++ Ensure that the special empty methods used to mark the beginning and + end of the code being coverage tested is executed also. -- cgit v1.2.3