From 7139647c23d219879ff306da1b8cd7f03fefdb03 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 2 Dec 2022 13:34:09 +0000 Subject: [PATCH] Makefile: Don't install test programs into the system Signed-off-by: Michael Tremer --- Makefile.am | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index af977f8cf..5b394045d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ check_PROGRAMS = lib_LTLIBRARIES = libexec_PROGRAMS = noinst_LTLIBRARIES = +noinst_PROGRAMS = pkgpyexec_LTLIBRARIES = pkginclude_HEADERS = @@ -673,11 +674,7 @@ tests_libpakfire_util_LDADD = \ # ------------------------------------------------------------------------------ -tests_stubdir = $(testsdir)/stub - -tests_stub_rootdir = $(tests_stubdir)/root - -tests_stub_root_PROGRAMS = \ +noinst_PROGRAMS += \ tests/stub/root/command tests_stub_root_command_SOURCES = \ @@ -693,9 +690,7 @@ TEST_STUB_ROOT = $(abs_top_builddir)/tests/stub/root # ------------------------------------------------------------------------------ -tests_parserdir = $(testsdir)/parser - -tests_parser_PROGRAMS = \ +noinst_PROGRAMS += \ tests/parser/test dist_tests_parser_test_SOURCES = \ -- 2.39.5