mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:34:22 +00:00
tests: embed YANG in mgmtd unit-test bin
`make check` should run w/o installing FRR first. Thus we need to embed the yang modules otherwise mgmtd unit-test fails. Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
03e3da09a8
commit
07a084f921
@ -34,6 +34,10 @@ tests_lib_test_grpc_CXXFLAGS = $(WERROR) $(TESTS_CXXFLAGS)
|
|||||||
tests_lib_test_grpc_CPPFLAGS = $(TESTS_CPPFLAGS)
|
tests_lib_test_grpc_CPPFLAGS = $(TESTS_CPPFLAGS)
|
||||||
tests_lib_test_grpc_LDADD = $(GRPC_TESTS_LDADD)
|
tests_lib_test_grpc_LDADD = $(GRPC_TESTS_LDADD)
|
||||||
tests_lib_test_grpc_SOURCES = tests/lib/test_grpc.cpp
|
tests_lib_test_grpc_SOURCES = tests/lib/test_grpc.cpp
|
||||||
|
nodist_tests_lib_test_grpc_SOURCES = \
|
||||||
|
yang/frr-bfdd.yang.c \
|
||||||
|
yang/frr-staticd.yang.c \
|
||||||
|
# end
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user