Merge commit 'd37f23263584774e1798e9ac909a398304a05091'

* commit 'd37f23263584774e1798e9ac909a398304a05091':
  checkasm: Add unit tests for bswapdsp

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2015-07-17 23:26:42 +02:00
4 changed files with 78 additions and 0 deletions

View File

@@ -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