summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-05 08:44:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-05 08:44:59 +0100
commit18d0a49129e8e70ba2c2bf169f91c92e93dabd84 (patch)
treeaa78bcb03bd3c6e71e2321fda475d67a1d641033 /cpukit/sapi/Makefile.am
parentscore: Delete unused CPU_UNROLL_ENQUEUE_PRIORITY (diff)
downloadrtems-18d0a49129e8e70ba2c2bf169f91c92e93dabd84.tar.bz2
Move test support from sapi to libmisc/testsupport
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am
index a7eaad5bbe..070800e636 100644
--- a/cpukit/sapi/Makefile.am
+++ b/cpukit/sapi/Makefile.am
@@ -19,7 +19,6 @@ include_rtems_HEADERS += include/rtems/rbheap.h
include_rtems_HEADERS += include/rtems/rbtree.h
include_rtems_HEADERS += include/rtems/scheduler.h
include_rtems_HEADERS += include/rtems/sptables.h
-include_rtems_HEADERS += include/rtems/test.h
include_rtems_HEADERS += include/rtems/timespec.h
EXTRA_DIST = include/rtems/README
@@ -40,8 +39,6 @@ libsapi_a_SOURCES += src/delayticks.c
libsapi_a_SOURCES += src/delaynano.c
libsapi_a_SOURCES += src/profilingiterate.c
libsapi_a_SOURCES += src/profilingreportxml.c
-libsapi_a_SOURCES += src/testbeginend.c
-libsapi_a_SOURCES += src/testextension.c
libsapi_a_CPPFLAGS = $(AM_CPPFLAGS)
include $(srcdir)/preinstall.am