diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-09 00:40:55 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-09 00:40:55 +0000 |
commit | 7e264ca136afec5ab8ef4e554e34c10610f4b9b8 (patch) | |
tree | 42f5e584af26cfe2fd0c504253ce973c105849cf /Makefile | |
parent | aab3ea5f7d53d98d696b87b5661f45dfadd8600a (diff) | |
download | ffmpeg-7e264ca136afec5ab8ef4e554e34c10610f4b9b8.tar.gz |
fate: add oneoff test for twinvq
Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -276,14 +276,18 @@ tests/seek_test$(EXESUF): tests/seek_test.o $(FF_DEP_LIBS) $(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS) include $(SRC_PATH_BARE)/tests/fate.mak +include $(SRC_PATH_BARE)/tests/fate2.mak + +FATE_TESTS += $(FATE2_TESTS) ifdef SAMPLES fate: $(FATE_TESTS) +fate2: $(FATE2_TESTS) $(FATE_TESTS): ffmpeg$(EXESUF) tests/tiny_psnr$(HOSTEXESUF) @echo "TEST FATE $(@:fate-%=%)" @$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' else -fate $(FATE_TESTS): +fate fate2 $(FATE_TESTS): @echo "SAMPLES not specified, cannot run FATE" endif |