From aeaf6234f427607046ed3f9eea2566c372ac0470 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Jul 2021 15:00:12 +0200 Subject: 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. --- testsuites/sptests/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'testsuites/sptests/Makefile.am') 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 -- cgit v1.2.3