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/mulaw | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ref/lavf/mulaw (limited to 'tests/ref/lavf/mulaw') diff --git a/tests/ref/lavf/mulaw b/tests/ref/lavf/mulaw new file mode 100644 index 0000000000..7120005991 --- /dev/null +++ b/tests/ref/lavf/mulaw @@ -0,0 +1,3 @@ +e64027a96ad5907ee281deff3286da0a *./tests/data/b-lavf.ul +45056 ./tests/data/b-lavf.ul +./tests/data/b-lavf.ul CRC=0xe028b50a -- cgit v1.2.3