summaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
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 41ea9ef..89d238ac 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
OpenPOWER on IntegriCloud