aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/lavf-image2pipe.mak
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-03-14 14:04:55 -0300
committerJames Almer <jamrial@gmail.com>2019-03-14 14:15:46 -0300
commitd0c43e32427ec1efac364be0987a6aafa695527f (patch)
treeb1c66b7aff6cce563836422f329bccc770e08933 /tests/fate/lavf-image2pipe.mak
parenta8c5ae451184e879fc8ff1333c6f26f9542c8ebf (diff)
parenta70eac7a9b193e8434b5bed90bd72aa4cb688363 (diff)
downloadffmpeg-d0c43e32427ec1efac364be0987a6aafa695527f.tar.gz
Merge commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363'
* commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363': tests: Convert image2pipe tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/lavf-image2pipe.mak')
-rw-r--r--tests/fate/lavf-image2pipe.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fate/lavf-image2pipe.mak b/tests/fate/lavf-image2pipe.mak
new file mode 100644
index 0000000000..297f677ada
--- /dev/null
+++ b/tests/fate/lavf-image2pipe.mak
@@ -0,0 +1,12 @@
+FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PBM, IMAGE2PIPE) += pbmpipe
+FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PGM, IMAGE2PIPE) += pgmpipe
+FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PPM, IMAGE2PIPE) += ppmpipe
+
+FATE_LAVF_IMAGE2PIPE = $(FATE_LAVF_IMAGE2PIPE-yes:%=fate-lavf-%)
+
+$(FATE_LAVF_IMAGE2PIPE): CMD = lavf_image2pipe
+$(FATE_LAVF_IMAGE2PIPE): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
+$(FATE_LAVF_IMAGE2PIPE): $(VREF)
+
+FATE_AVCONV += $(FATE_LAVF_IMAGE2PIPE)
+fate-lavf-image2pipe fate-lavf: $(FATE_LAVF_IMAGE2PIPE)