18 lines
493 B
Text
18 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
|