summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcoverage/spcoverage.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-14 15:00:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-15 07:46:22 +0200
commitaeaf6234f427607046ed3f9eea2566c372ac0470 (patch)
tree7d9ffce92fd674c2949efc188b757c575965556b /testsuites/sptests/spcoverage/spcoverage.doc
parentbuild: Fix the motorola_powerpc default baudrate (diff)
downloadrtems-aeaf6234f427607046ed3f9eea2566c372ac0470.tar.bz2
spcoverage: Remove test program
This program contained an optional test case. It was enabled by the RTEMS_COVERAGE define. The functions under test are not implemented by RTEMS.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spcoverage/spcoverage.doc22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/sptests/spcoverage/spcoverage.doc b/testsuites/sptests/spcoverage/spcoverage.doc
deleted file mode 100644
index 55b605179f..0000000000
--- a/testsuites/sptests/spcoverage/spcoverage.doc
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.org/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.