summaryrefslogtreecommitdiff
path: root/tests/checkasm/checkasm.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-11 17:12:21 -0300
committerJames Almer <jamrial@gmail.com>2017-04-11 18:05:13 -0300
commit7b3cb953f7d790c1ca26dd3da17ba6aea38918fd (patch)
tree63b271137c52fcb07236b9e3ec9af14c62b6b483 /tests/checkasm/checkasm.h
parent3041b5d03ba3ea5be7f54be62ffa2a586d0fce43 (diff)
checkasm: add fixed_dsp tests
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm/checkasm.h')
-rw-r--r--tests/checkasm/checkasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index f1d1f71d4f..695d871220 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -37,6 +37,7 @@ void checkasm_check_blend(void);
void checkasm_check_blockdsp(void);
void checkasm_check_bswapdsp(void);
void checkasm_check_colorspace(void);
+void checkasm_check_fixed_dsp(void);
void checkasm_check_flacdsp(void);
void checkasm_check_fmtconvert(void);
void checkasm_check_h264dsp(void);