summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
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/Makefile.am
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 'testsuites/sptests/Makefile.am')
-rw-r--r--testsuites/sptests/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index 8a9d968925..07d7ee04e9 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -753,15 +753,6 @@ spcontext01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spcontext01) \
$(support_includes)
endif
-if TEST_spcoverage
-sp_tests += spcoverage
-sp_screens += spcoverage/spcoverage.scn
-sp_docs += spcoverage/spcoverage.doc
-spcoverage_SOURCES = spcoverage/init.c
-spcoverage_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spcoverage) \
- $(support_includes) -I$(top_srcdir)/include
-endif
-
if TEST_spcpucounter01
sp_tests += spcpucounter01
sp_screens += spcpucounter01/spcpucounter01.scn