From eca478c3171a85187fb98ea05b0065c336416d3c Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jan 2010 20:18:13 +0000 Subject: regtest: split reference files allowing tests to run individually With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/ref/lavf/ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ref/lavf/ts (limited to 'tests/ref/lavf/ts') diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts new file mode 100644 index 0000000000..e892e40d49 --- /dev/null +++ b/tests/ref/lavf/ts @@ -0,0 +1,3 @@ +a1a799fe07b3b9944aad8455a9706c5f *./tests/data/b-lavf.ts +430144 ./tests/data/b-lavf.ts +./tests/data/b-lavf.ts CRC=0x133216c1 -- cgit v1.2.3