Martin Storsjö <[email protected]> writes:

> ---
>  tests/Makefile |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/tests/Makefile b/tests/Makefile
> index 1ec9dc3..bf0ead7 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -17,7 +17,11 @@ tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF)
>       @mkdir -p tests/data
>       $(M)./$< $@
>
> -tests/data/asynth1.sw tests/vsynth%/00.pgm: TAG = GEN
> +tests/data/asynth-16000-1.sw: tests/audiogen$(HOSTEXESUF)
> +     @mkdir -p tests/data
> +     $(M)./$< $@ 16000 1
> +
> +tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN
>
>  include $(SRC_PATH)/tests/fate.mak
>  include $(SRC_PATH)/tests/fate2.mak
> -- 

OK

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to