Change names of regtest output files to closer match the reference files

Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-07-08 22:10:14 +00:00
parent ee4355808c
commit f955d45226
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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-%=%)"