summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2024-02-12 07:48:50 -0500
committerChristian Hopps <chopps@labn.net>2024-02-12 07:48:50 -0500
commit8d6e7a350f86936c7f3110fd3e112eb012a32000 (patch)
treed776b9e5f307b3db695a328ce87635a5cfb9d8b2
parent6374970cb85cf967d81192d698dfd571064673d4 (diff)
tests: fix grpc test
Signed-off-by: Christian Hopps <chopps@labn.net>
-rw-r--r--tests/lib/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/subdir.am b/tests/lib/subdir.am
index 9247ac3358..82314ccc04 100644
--- a/tests/lib/subdir.am
+++ b/tests/lib/subdir.am
@@ -25,7 +25,7 @@ copy_script: tests/lib/script1.lua
$(INSTALL_SCRIPT) $< tests/lib/script1.lua
##############################################################################
-GRPC_TESTS_LDADD = staticd/libstatic.a grpc/libfrrgrpc_pb.la -lgrpc++ -lprotobuf $(ALL_TESTS_LDADD) $(LIBYANG_LIBS) -lm
+GRPC_TESTS_LDADD = mgmtd/libmgmt_be_nb.la staticd/libstatic.a grpc/libfrrgrpc_pb.la -lgrpc++ -lprotobuf $(ALL_TESTS_LDADD) $(LIBYANG_LIBS) -lm
if GRPC
check_PROGRAMS += tests/lib/test_grpc