From b015c0144367ba7fc88ff9831a0fee812fd6ed29 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 28 Jan 2019 12:26:25 +0100 Subject: build: Do not install test programs --- testsuites/sptests/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuites/sptests/Makefile.am') 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) - -- cgit v1.2.3