diff options
author | Christian Hopps <chopps@labn.net> | 2024-02-12 13:48:50 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2024-02-12 13:48:50 +0100 |
commit | 8d6e7a350f86936c7f3110fd3e112eb012a32000 (patch) | |
tree | d776b9e5f307b3db695a328ce87635a5cfb9d8b2 /tests/lib/subdir.am | |
parent | doc: docker: update with new more strict protobuf requirements (diff) | |
download | frr-8d6e7a350f86936c7f3110fd3e112eb012a32000.tar.xz frr-8d6e7a350f86936c7f3110fd3e112eb012a32000.zip |
tests: fix grpc test
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '')
-rw-r--r-- | tests/lib/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/subdir.am b/tests/lib/subdir.am index 9247ac335..82314ccc0 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 |