diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2023-12-06 19:39:58 +0100 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2024-01-05 09:29:05 +0100 |
commit | cb6b165b169b1d01e1a055922f96c307ced81d79 (patch) | |
tree | 8499c09977c47a2711c19350269506e141293126 /tests/Makefile | |
parent | 7ec4835386923a3f0cf9f3a257774a55f165a0e9 (diff) | |
download | ffmpeg-cb6b165b169b1d01e1a055922f96c307ced81d79.tar.gz |
fate: Add fsync filter tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 744dbcdfb3..e89ce7f8e6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -23,7 +23,7 @@ FFMPEG=ffmpeg$(PROGSSUF)$(EXESUF) $(AREF): CMP= APITESTSDIR := tests/api -FATE_OUTDIRS = tests/data tests/data/fate tests/data/filtergraphs tests/data/lavf tests/data/lavf-fate tests/data/pixfmt tests/vsynth1 $(APITESTSDIR) +FATE_OUTDIRS = tests/data tests/data/fate tests/data/filtergraphs tests/data/maps tests/data/lavf tests/data/lavf-fate tests/data/pixfmt tests/vsynth1 $(APITESTSDIR) OUTDIRS += $(FATE_OUTDIRS) $(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 @@ -66,6 +66,10 @@ tests/data/filtergraphs/%: TAG = COPY tests/data/filtergraphs/%: $(SRC_PATH)/tests/filtergraphs/% | tests/data/filtergraphs $(M)cp $< $@ +tests/data/maps/%: TAG = COPY +tests/data/maps/%: $(SRC_PATH)/tests/maps/% | tests/data/maps + $(M)cp $< $@ + RUNNING_FATE := $(filter check fate%,$(filter-out fate-rsync,$(MAKECMDGOALS))) # Check sanity of dependencies when running FATE tests. |