]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
Makefile: Don't install test programs into the system
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Dec 2022 13:34:09 +0000 (13:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Dec 2022 13:34:09 +0000 (13:34 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index af977f8cfecd9391a675e2bb664eea692c5db093..5b394045d73700fc9f98f8cf440978d438f5b46c 100644 (file)
@@ -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 = \