summaryrefslogtreecommitdiff
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-03-24 20:19:00 +0100
committerMartin Vignali <martin.vignali@gmail.com>2018-03-24 20:22:12 +0100
commita9a7ed4f27d036a7719a46f3020a8faac96d0ffb (patch)
tree61218f22a3a849e339db087f65e428d551a74516 /tests/checkasm/checkasm.c
parent1ba5ca2d721ebb8b80cd3c389854905e59fc7dfd (diff)
checkasm/swscale : add test for rgb shuffle_bytes func
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 fe81d139c6..20ce56932f 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -163,6 +163,9 @@ static const struct {
{ "vf_threshold", checkasm_check_vf_threshold },
#endif
#endif
+#if CONFIG_SWSCALE
+ { "sw_rgb", checkasm_check_sw_rgb },
+#endif
#if CONFIG_AVUTIL
{ "fixed_dsp", checkasm_check_fixed_dsp },
{ "float_dsp", checkasm_check_float_dsp },