From 4799d028155e935bc02a3d7a9edc0c27bf6ddd0d Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Mon, 13 Jan 2025 10:41:25 +0100 Subject: [PATCH] Removed linking libraries to init_script_test_helper The `init_script_test_helper` binary does not require any libraries. The libraries `libpromises.la` and `libtest.la` were previously added through the `LDADD` variable in the top of Makefile.am. Ticket: CFE-2780 Signed-off-by: Lars Erik Wik --- tests/unit/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 88f0a00b28..938e153096 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -399,6 +399,7 @@ check_PROGRAMS += nfs_test nfs_test_SOURCES = nfs_test.c nfs_test_LDADD = ../../libpromises/libpromises.la libtest.la +init_script_test_helper_LDADD = init_script_test_helper_SOURCES = init_script_test_helper.c init_script_test.sh: init_script_test_helper CLEANFILES += init_script_test_helper