summaryrefslogtreecommitdiff
path: root/tests/test_opus_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_opus_common.h')
-rw-r--r--tests/test_opus_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_opus_common.h b/tests/test_opus_common.h
index 66b96900..ff7f0142 100644
--- a/tests/test_opus_common.h
+++ b/tests/test_opus_common.h
@@ -76,3 +76,5 @@ static OPUS_INLINE void _test_failed(const char *file, int line)
abort();
}
#define test_failed() _test_failed(__FILE__, __LINE__);
+
+void regression_test(void);