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.
This commit is contained in:
Sebastian Huber
2021-07-14 15:00:12 +02:00
parent 87609bacd3
commit aeaf6234f4
7 changed files with 0 additions and 106 deletions

View File

@@ -188,8 +188,6 @@ links:
uid: spconsole01
- role: build-dependency
uid: spcontext01
- role: build-dependency
uid: spcoverage
- role: build-dependency
uid: spcpucounter01
- role: build-dependency

View File

@@ -1,19 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes: []
ldflags: []
links: []
source:
- testsuites/sptests/spcoverage/init.c
stlib: []
target: testsuites/sptests/spcoverage.exe
type: build
use-after: []
use-before: []