mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit '37063714c0a064808f9671ec4d376955d664f463'
* commit '37063714c0a064808f9671ec4d376955d664f463': build: Only check FATE dependencies when running FATE tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1ecf380223
@ -45,7 +45,10 @@ tests/data/filtergraphs/%: TAG = COPY
|
||||
tests/data/filtergraphs/%: $(SRC_PATH)/tests/filtergraphs/% | tests/data/filtergraphs
|
||||
$(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)))
|
||||
endif
|
||||
|
||||
ALLYES = $(strip $(call XYES, $(1)))
|
||||
XYES = $(if $(strip $(1)), \
|
||||
|
Loading…
Reference in New Issue
Block a user