summaryrefslogtreecommitdiff
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2015-12-08 16:24:57 +0100
committerJanne Grunau <janne-libav@jannau.net>2015-12-21 18:58:46 +0100
commit489e6add4478b0f5717dbf644234c6f3a3baf02c (patch)
treee0db6a307b5d4891b77697eb6179ff9138feac64 /tests/checkasm/checkasm.c
parent568a4323fbde03665b2b23a98068d02b39121812 (diff)
checkasm: add fmtconvert 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 c61e4d4d96..d6f8ffc842 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -65,6 +65,9 @@ static const struct {
{ "dcadsp", checkasm_check_dcadsp },
{ "synth_filter", checkasm_check_synth_filter },
#endif
+#if CONFIG_FMTCONVERT
+ { "fmtconvert", checkasm_check_fmtconvert },
+#endif
#if CONFIG_H264PRED
{ "h264pred", checkasm_check_h264pred },
#endif