Commit 1ecf3802 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '37063714'

* commit '37063714':
  build: Only check FATE dependencies when running FATE tests
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 102397d2 37063714
......@@ -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)), \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment