summaryrefslogtreecommitdiff
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-11-01 03:31:22 -0800
committerTimothy Gu <timothygu99@gmail.com>2015-11-07 18:46:55 -0800
commit3d20f8e7c0e2887ad676c79a914e2c960cf2dcea (patch)
treebe2d6f5d2b22586db22907bb7d97d877b74a0079 /tests/checkasm/checkasm.c
parent4b80b895a9db60fb6ab2fb64d8c7c9faabbdda79 (diff)
Add pixblockdsp checkasm tests
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 e875120436..3548bb33b5 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -76,6 +76,9 @@ static const struct {
#if CONFIG_JPEG2000_DECODER
{ "jpeg2000dsp", checkasm_check_jpeg2000dsp },
#endif
+ #if CONFIG_PIXBLOCKDSP
+ { "pixblockdsp", checkasm_check_pixblockdsp },
+ #endif
#if CONFIG_V210_ENCODER
{ "v210enc", checkasm_check_v210enc },
#endif