aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-17 23:26:42 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-17 23:26:59 +0200
commit72d1409e23803e8314145f610e84b47a44ba3dbc (patch)
tree179d60543279fb91556ee71bfed0def93431941d /tests/checkasm/checkasm.c
parent52b6d96268987db14937fcf5f9a53ab9b4184adb (diff)
parentd37f23263584774e1798e9ac909a398304a05091 (diff)
downloadffmpeg-72d1409e23803e8314145f610e84b47a44ba3dbc.tar.gz
Merge commit 'd37f23263584774e1798e9ac909a398304a05091'
* commit 'd37f23263584774e1798e9ac909a398304a05091': checkasm: Add unit tests for bswapdsp Merged-by: Michael Niedermayer <michael@niedermayer.cc>
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 41ea9efc61..89d238acd2 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -54,6 +54,9 @@
/* List of tests to invoke */
static void (* const tests[])(void) = {
+#if CONFIG_BSWAPDSP
+ checkasm_check_bswapdsp,
+#endif
#if CONFIG_H264PRED
checkasm_check_h264pred,
#endif