Skip to content

Commit

Permalink
Removed linking libraries to init_script_test_helper
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
larsewi committed Jan 13, 2025
1 parent 32872f6 commit 4799d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4799d02

Please sign in to comment.