summaryrefslogtreecommitdiffstats
path: root/tests/fate/filter-audio.mak
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-04-18 03:24:35 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-04-19 01:11:39 +0200
commit96fc0cbfde2410a1150851061b7ecfe868b653ef (patch)
tree361736a27cd290da5b85ecd66b28fc0424358c51 /tests/fate/filter-audio.mak
parent55619f30122efb1808d091945589205c7cc1620b (diff)
downloadffmpeg-streaming-96fc0cbfde2410a1150851061b7ecfe868b653ef.zip
ffmpeg-streaming-96fc0cbfde2410a1150851061b7ecfe868b653ef.tar.gz
tests: Add EXESUF to program calls.
Fixes fate in Windows subsystem for Linux.
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r--tests/fate/filter-audio.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak
index dcc8d56..f1db7b9 100644
--- a/tests/fate/filter-audio.mak
+++ b/tests/fate/filter-audio.mak
@@ -392,7 +392,7 @@ fate-filter-hdcd-s32p: REF = 0c5513e83eedaa10ab6fac9ddc173cf5
FATE_AFILTER-yes += fate-filter-formats
fate-filter-formats: libavfilter/tests/formats$(EXESUF)
-fate-filter-formats: CMD = run libavfilter/tests/formats
+fate-filter-formats: CMD = run libavfilter/tests/formats$(EXESUF)
FATE_SAMPLES_AVCONV += $(FATE_AFILTER_SAMPLES-yes)
FATE_FFMPEG += $(FATE_AFILTER-yes)
OpenPOWER on IntegriCloud