]> git.proxmox.com Git - mirror_frr.git/blame - tests/zebra/subdir.am
Merge pull request #9683 from volta-networks/sr-minor-fixes
[mirror_frr.git] / tests / zebra / subdir.am
CommitLineData
e536bb10
DL
1if !ZEBRA
2PYTEST_IGNORE += --ignore=zebra/
3endif
4ZEBRA_TEST_LDADD = zebra/label_manager.o $(ALL_TESTS_LDADD)
5
6
7if ZEBRA
8check_PROGRAMS += tests/zebra/test_lm_plugin
9endif
10tests_zebra_test_lm_plugin_CFLAGS = $(TESTS_CFLAGS)
11tests_zebra_test_lm_plugin_CPPFLAGS = $(TESTS_CPPFLAGS)
12tests_zebra_test_lm_plugin_LDADD = $(ZEBRA_TEST_LDADD)
13tests_zebra_test_lm_plugin_SOURCES = tests/zebra/test_lm_plugin.c
14EXTRA_DIST += \
15 tests/zebra/test_lm_plugin.py \
16 tests/zebra/test_lm_plugin.refout \
17 # end