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/tmtests/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuites/tmtests') diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am index 0fe59d6480..08bad219cd 100644 --- a/testsuites/tmtests/Makefile.am +++ b/testsuites/tmtests/Makefile.am @@ -400,6 +400,4 @@ tmtimer01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tmtimer01) \ $(support_includes) endif -rtems_tests_PROGRAMS = $(tm_tests) -dist_rtems_tests_DATA = $(tm_screens) $(tm_docs) - +noinst_PROGRAMS = $(tm_tests) -- cgit v1.2.3