summaryrefslogtreecommitdiff
path: root/tests/fate/caf.mak
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-23 05:35:46 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-27 06:12:54 +0200
commite02447e41e2ea91fbaae1c4f65a276b924d6e9e8 (patch)
treef81c4b04cc681e8adada1de5ccd3c0ea80c211e5 /tests/fate/caf.mak
parentf7d59ca364c38860089b56826df47db032a80822 (diff)
fate/demux: Move caf test to its own file
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/caf.mak')
-rw-r--r--tests/fate/caf.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/caf.mak b/tests/fate/caf.mak
new file mode 100644
index 0000000000..e921fcc297
--- /dev/null
+++ b/tests/fate/caf.mak
@@ -0,0 +1,5 @@
+FATE_CAF_FFMPEG-$(call ALLYES, CAF_DEMUXER CRC_MUXER) += fate-caf-demux
+fate-caf-demux: CMD = crc -i $(TARGET_SAMPLES)/caf/caf-pcm16.caf -c copy
+
+FATE_SAMPLES_FFMPEG += $(FATE_CAF_FFMPEG-yes)
+fate-caf: $(FATE_CAF_FFMPEG-yes)