summaryrefslogtreecommitdiff
path: root/tests/fate/mpc.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-01-11 13:42:17 +0100
committerDiego Biurrun <diego@biurrun.de>2012-01-19 00:45:21 +0100
commite5903e29725126e8f57cdff98950b95732c98c51 (patch)
tree38d916b3509b6fd76e544ccacf8478b853560f8c /tests/fate/mpc.mak
parent395e6402fed3d3d12ab8f5df7a665eb0b8f7a8dc (diff)
fate: add some shorthands to run groups of tests
Diffstat (limited to 'tests/fate/mpc.mak')
-rw-r--r--tests/fate/mpc.mak9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/fate/mpc.mak b/tests/fate/mpc.mak
index a5f1b30a23..2b263ce6be 100644
--- a/tests/fate/mpc.mak
+++ b/tests/fate/mpc.mak
@@ -1,11 +1,14 @@
-FATE_TESTS += fate-mpc7-demux
+FATE_MPC += fate-mpc7-demux
fate-mpc7-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp7.mpc -acodec copy
-FATE_TESTS += fate-mpc8-demux
+FATE_MPC += fate-mpc8-demux
fate-mpc8-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp8.mpc -acodec copy
-FATE_TESTS += fate-musepack7
+FATE_MPC += fate-musepack7
fate-musepack7: CMD = pcm -i $(SAMPLES)/musepack/inside-mp7.mpc
fate-musepack7: CMP = oneoff
fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm
fate-musepack7: FUZZ = 1
+
+FATE_TESTS += $(FATE_MPC)
+fate-mpc: $(FATE_MPC)