Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2018-10-08 14:03:26 +0300
committerHenrik Gramner <gramner@twoorioles.com>2018-10-08 16:35:54 +0300
commit53389fcda59c9b49f5e334a9aa212d59766824ca (patch)
tree09e85a08c4eca2c64a8753a8e81bb61dcdc7ba21 /tests/meson.build
parent9d1fcef36abdfae1fb8d9dc1b5e7f8b8cbb5b600 (diff)
checkasm: Add unit tests for intra prediction
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 6a609f1..ecccc35 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -35,6 +35,7 @@ if is_asm_enabled
checkasm_sources = files('checkasm/checkasm.c')
checkasm_tmpl_sources = files(
+ 'checkasm/ipred.c',
'checkasm/itx.c',
'checkasm/loopfilter.c',
'checkasm/mc.c',