mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-15 05:21:54 +00:00
Disabling filter test unless needed protocols are configured
This commit is contained in:
parent
e0ed978e75
commit
4ec9ed60c0
@ -17,7 +17,10 @@ $(o)inst-interpret.c: $(s)decl.m4 $(s)f-inst.c $(objdir)/.dir-stamp
|
|||||||
|
|
||||||
prepare: $(o)inst-interpret.c $(o)inst-gen.h
|
prepare: $(o)inst-interpret.c $(o)inst-gen.h
|
||||||
|
|
||||||
tests_src := tree_test.c filter_test.c trie_test.c
|
tests_src := tree_test.c trie_test.c
|
||||||
|
ifeq ($(findstring bgp,$(protocols))-$(findstring static,$(protocols)),bgp-static)
|
||||||
|
tests_src += filter_test.c
|
||||||
|
endif
|
||||||
tests_targets := $(tests_targets) $(tests-target-files)
|
tests_targets := $(tests_targets) $(tests-target-files)
|
||||||
tests_objs := $(tests_objs) $(src-o-files)
|
tests_objs := $(tests_objs) $(src-o-files)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user