diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-28 11:54:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-28 11:54:27 +0200 |
commit | 1ecf380223b03cb7864dcfca7e4ab49638e17bd9 (patch) | |
tree | 42a9e9be344555223bea1015c0225adeb66d54cc /tests | |
parent | 102397d2c14dcb58a032832b04fee2fabe2943b2 (diff) | |
parent | 37063714c0a064808f9671ec4d376955d664f463 (diff) | |
download | ffmpeg-1ecf380223b03cb7864dcfca7e4ab49638e17bd9.tar.gz |
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/Makefile | 3 |
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)), \ |