summaryrefslogtreecommitdiff
path: root/tests/fate/libavutil.mak
diff options
context:
space:
mode:
authorThomas Turner <thomastdt@googlemail.com>2017-03-07 16:36:15 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2017-03-08 14:32:00 +0100
commita50ccbd240a958c32078352021b677c5476d734e (patch)
treecc64d7df7eae4d0cfff22cb86e89b88b2fe5e2c6 /tests/fate/libavutil.mak
parent61926b6c3e560283ef6c015d6d85c32716942833 (diff)
avutil/tests/lfg.c: added proper normality test
The Chen-Shapiro(CS) test was used to test normality for Lagged Fibonacci PRNG. Normality Hypothesis Test: The null hypothesis formally tests if the population the sample represents is normally-distributed. For CS, when the normality hypothesis is True, the distribution of QH will have a mean close to 1. Information on CS can be found here: http://www.stata-journal.com/sjpdf.html?articlenum=st0264 http://www.originlab.com/doc/Origin-Help/NormalityTest-Algorithm Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/libavutil.mak')
-rw-r--r--tests/fate/libavutil.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak
index a7bf739dff..2e3830ed88 100644
--- a/tests/fate/libavutil.mak
+++ b/tests/fate/libavutil.mak
@@ -101,6 +101,10 @@ FATE_LIBAVUTIL += fate-imgutils
fate-imgutils: libavutil/tests/imgutils$(EXESUF)
fate-imgutils: CMD = run libavutil/tests/imgutils
+FATE_LIBAVUTIL += fate-lfg
+fate-lfg: libavutil/tests/lfg$(EXESUF)
+fate-lfg: CMD = run libavutil/tests/lfg
+
FATE_LIBAVUTIL += fate-md5
fate-md5: libavutil/tests/md5$(EXESUF)
fate-md5: CMD = run libavutil/tests/md5