On 07/18/2013 04:32 PM, Diego Biurrun wrote:
> ---
> 
> As promised some time ago, this should be a rather clean solution.
> 
>  tests/Makefile |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/Makefile b/tests/Makefile
> index 17ddfda..7247100 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -24,7 +24,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%,$(MAKECMDGOALS)))

We have already a variable containing all the fate-test subtargets,
let's use it.

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to