From c799e462317be4c1cac6c2c3c82dd13e7ff9ad0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Mon, 23 Apr 2012 23:21:55 +0200 Subject: Get rid of tests/data/asynth-%.sw rule. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also avoids an issue with parallel make in some cases never building asynth-16000-1.sw. Signed-off-by: Reimar Döffinger --- tests/regression-funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/regression-funcs.sh') diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh index 51e7ac4d39..3162636c09 100755 --- a/tests/regression-funcs.sh +++ b/tests/regression-funcs.sh @@ -28,7 +28,7 @@ raw_ref="$datadir/$test_ref.ref.yuv" pcm_src="$target_datadir/asynth1.sw" pcm_dst="$datadir/$this.out.wav" pcm_ref="$datadir/$test_ref.ref.wav" -pcm_src_1ch="$target_datadir/asynth-16000-1.sw" +pcm_src_1ch="$target_datadir/asynth-16000-1.wav" pcm_ref_1ch="$datadir/$test_ref-16000-1.ref.wav" crcfile="$datadir/$this.crc" target_crcfile="$target_datadir/$this.crc" -- cgit v1.2.3