From f955d45226c88d347dc9abcf28379c97ed1705ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 8 Jul 2010 22:10:14 +0000 Subject: Change names of regtest output files to closer match the reference files Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0040bd1..fe39154 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ $(VCODEC_TESTS): $(VREF) $(LAVF_TESTS) $(LAVFI_TESTS): $(REFS) REFFILE = $(SRC_PATH)/tests/ref/$(1)/$(2:regtest-%=%) -RESFILE = tests/data/$(2:regtest-%=%).$(1).regression +RESFILE = tests/data/regression/$(1)/$(2:regtest-%=%) define VCODECTEST @echo "TEST VCODEC $(1:regtest-%=%)" -- cgit v1.1