From: Michael Tremer Date: Fri, 2 Dec 2022 13:34:09 +0000 (+0000) Subject: Makefile: Don't install test programs into the system X-Git-Tag: 0.9.28~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7139647c23d219879ff306da1b8cd7f03fefdb03;p=pakfire.git Makefile: Don't install test programs into the system Signed-off-by: Michael Tremer --- 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 = \