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/samples/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuites/samples/Makefile.am') diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am index f78d75ea04..f05c9a3689 100644 --- a/testsuites/samples/Makefile.am +++ b/testsuites/samples/Makefile.am @@ -156,6 +156,4 @@ unlimited_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_unlimited) \ $(support_includes) endif -rtems_tests_PROGRAMS = $(samples) -dist_rtems_tests_DATA = $(sample_screens) $(sample_docs) - +noinst_PROGRAMS = $(samples) -- cgit v1.2.3