1
0
Fork 0
frr/tests/zebra/subdir.am
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

17 lines
493 B
Text

if !ZEBRA
PYTEST_IGNORE += --ignore=zebra/
endif
ZEBRA_TEST_LDADD = zebra/label_manager.o $(ALL_TESTS_LDADD)
if ZEBRA
check_PROGRAMS += tests/zebra/test_lm_plugin
endif
tests_zebra_test_lm_plugin_CFLAGS = $(TESTS_CFLAGS)
tests_zebra_test_lm_plugin_CPPFLAGS = $(TESTS_CPPFLAGS)
tests_zebra_test_lm_plugin_LDADD = $(ZEBRA_TEST_LDADD)
tests_zebra_test_lm_plugin_SOURCES = tests/zebra/test_lm_plugin.c
EXTRA_DIST += \
tests/zebra/test_lm_plugin.py \
tests/zebra/test_lm_plugin.refout \
# end