summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-28 11:54:23 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-28 11:54:27 +0200
commit1ecf380223b03cb7864dcfca7e4ab49638e17bd9 (patch)
tree42a9e9be344555223bea1015c0225adeb66d54cc /tests
parent102397d2c14dcb58a032832b04fee2fabe2943b2 (diff)
parent37063714c0a064808f9671ec4d376955d664f463 (diff)
Merge commit '37063714c0a064808f9671ec4d376955d664f463'
* commit '37063714c0a064808f9671ec4d376955d664f463': build: Only check FATE dependencies when running FATE tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f551a90447..c19c901610 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -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)), \