summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-28 12:26:25 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-30 09:46:35 +0100
commitb015c0144367ba7fc88ff9831a0fee812fd6ed29 (patch)
treef42bcfbd9369118c4a3fa731b6aa021074847b70 /testsuites/sptests/Makefile.am
parentrecord: Add enum value for each event (diff)
downloadrtems-b015c0144367ba7fc88ff9831a0fee812fd6ed29.tar.bz2
build: Do not install test programs
Diffstat (limited to 'testsuites/sptests/Makefile.am')
-rw-r--r--testsuites/sptests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index 3648944d00..eae563051a 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -2062,7 +2062,5 @@ libsplinkersets01_a_SOURCES = splinkersets01/sets.c \
splinkersets01/items.c
endif
-rtems_tests_PROGRAMS = $(sp_tests)
+noinst_PROGRAMS = $(sp_tests)
noinst_LIBRARIES = $(sp_libs)
-dist_rtems_tests_DATA = $(sp_screens) $(sp_docs)
-