Browse Source

test/fate: Add missing exe suffix to h265_levels test.

Fixes fate on WSL using mingw.
tags/n4.3
Carl Eugen Hoyos 5 years ago
parent
commit
d89f69e142
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate/libavcodec.mak

+ 1
- 1
tests/fate/libavcodec.mak View File

@@ -53,7 +53,7 @@ fate-h264-levels: REF = /dev/null

FATE_LIBAVCODEC-$(CONFIG_HEVC_METADATA_BSF) += fate-h265-levels
fate-h265-levels: libavcodec/tests/h265_levels$(EXESUF)
fate-h265-levels: CMD = run libavcodec/tests/h265_levels
fate-h265-levels: CMD = run libavcodec/tests/h265_levels$(EXESUF)
fate-h265-levels: REF = /dev/null

FATE_LIBAVCODEC-$(CONFIG_IIRFILTER) += fate-iirfilter


Loading…
Cancel
Save