mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Disabling filter test unless needed protocols are configured
This commit is contained in:
parent
8d062e9312
commit
67eb386828
@ -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
|
||||
|
||||
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_objs := $(tests_objs) $(src-o-files)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user