diff options
author | Janne Grunau <janne-libav@jannau.net> | 2015-12-08 16:24:57 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2015-12-21 18:58:46 +0100 |
commit | 489e6add4478b0f5717dbf644234c6f3a3baf02c (patch) | |
tree | e0db6a307b5d4891b77697eb6179ff9138feac64 /tests/checkasm/checkasm.c | |
parent | 568a4323fbde03665b2b23a98068d02b39121812 (diff) | |
download | ffmpeg-489e6add4478b0f5717dbf644234c6f3a3baf02c.tar.gz |
checkasm: add fmtconvert tests
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r-- | tests/checkasm/checkasm.c | 3 |
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 |