summaryrefslogtreecommitdiff
path: root/tests/fate/mpc.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-05-20 01:55:32 +0300
committerMartin Storsjö <martin@martin.st>2013-05-28 17:16:54 +0300
commitba13606ca6adbc74b4db4a72b0769397d6408791 (patch)
tree63b8fb4e9156c09aebcf826f16bd6de4311dd839 /tests/fate/mpc.mak
parent4a27a52a1f74016095b7aee1b4a422cf62217ade (diff)
fate: Add a --target-samples path parameter
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/mpc.mak')
-rw-r--r--tests/fate/mpc.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/mpc.mak b/tests/fate/mpc.mak
index 53d236ee22..4a012737d2 100644
--- a/tests/fate/mpc.mak
+++ b/tests/fate/mpc.mak
@@ -1,11 +1,11 @@
FATE_MPC-$(CONFIG_MPC_DEMUXER) += fate-mpc7-demux
-fate-mpc7-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp7.mpc -acodec copy
+fate-mpc7-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc -acodec copy
FATE_MPC-$(CONFIG_MPC8_DEMUXER) += fate-mpc8-demux
-fate-mpc8-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp8.mpc -acodec copy
+fate-mpc8-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -acodec copy
FATE_MPC-$(call DEMDEC, MPC, MPC7) += fate-musepack7
-fate-musepack7: CMD = pcm -i $(SAMPLES)/musepack/inside-mp7.mpc
+fate-musepack7: CMD = pcm -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc
fate-musepack7: CMP = oneoff
fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm