mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 01:42:20 +00:00
build: Only check FATE dependencies when running FATE tests
Only check dependencies if invoking the make targets 'check' or anything matching 'fate%' except 'fate-rsync'. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
16c22122c7
commit
37063714c0
@ -24,7 +24,10 @@ tests/data/filtergraphs/%: TAG = COPY
|
|||||||
tests/data/filtergraphs/%: $(SRC_PATH)/tests/filtergraphs/% | tests/data/filtergraphs
|
tests/data/filtergraphs/%: $(SRC_PATH)/tests/filtergraphs/% | tests/data/filtergraphs
|
||||||
$(M)cp $< $@
|
$(M)cp $< $@
|
||||||
|
|
||||||
|
# Check sanity of dependencies when running FATE tests.
|
||||||
|
ifneq (,$(filter check fate%,$(filter-out fate-rsync,$(MAKECMDGOALS))))
|
||||||
CHKCFG = $(if $($(1))$(!$(1)),$($(1)), $(error No such config: $(1)))
|
CHKCFG = $(if $($(1))$(!$(1)),$($(1)), $(error No such config: $(1)))
|
||||||
|
endif
|
||||||
|
|
||||||
ALLYES = $(strip $(call XYES, $(1)))
|
ALLYES = $(strip $(call XYES, $(1)))
|
||||||
XYES = $(if $(strip $(1)), \
|
XYES = $(if $(strip $(1)), \
|
||||||
|
Loading…
Reference in New Issue
Block a user