From 6526a357b27faf3fb1953e08aabc2e8c2f0d5f80 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 6 Jul 2021 13:46:10 +0200 Subject: [PATCH] Do not install `command_line` * `command_line` is solely for testing and shouldn't be installed to the prefix. --- tests/unit_tests/lib/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/lib/common/Makefile.am b/tests/unit_tests/lib/common/Makefile.am index 6240f7366..336092c51 100644 --- a/tests/unit_tests/lib/common/Makefile.am +++ b/tests/unit_tests/lib/common/Makefile.am @@ -16,7 +16,7 @@ AM_LDFLAGS = \ TESTS = command_line -bin_PROGRAMS = $(TESTS) +check_PROGRAMS = $(TESTS) command_line_SOURCES = command_line.c command_line_CPPFLAGS = $(AM_CPPFLAGS) -DDEMAND_LOADING=1 -- 2.40.0