summaryrefslogtreecommitdiff
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-07-13 17:16:14 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-07-13 17:22:29 +0200
commita91c330a29f3fa49f5a2991ce52e04213fe68f7b (patch)
tree204c92a9e41f31bde7c276113dbcbfd7c37f9f4e /tests/checkasm/checkasm.c
parent495a40cecb4dc167b4acc686d44bba231eca0c18 (diff)
parent105998fb5ca3c343f5c8cb39ce3197f87a5e4d36 (diff)
Merge commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36'
* commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36': checkasm: Add tests for h264 idct Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index e4ca116b06..cca227aa5a 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -80,6 +80,9 @@ static const struct {
#if CONFIG_FMTCONVERT
{ "fmtconvert", checkasm_check_fmtconvert },
#endif
+ #if CONFIG_H264DSP
+ { "h264dsp", checkasm_check_h264dsp },
+ #endif
#if CONFIG_H264PRED
{ "h264pred", checkasm_check_h264pred },
#endif