summaryrefslogtreecommitdiff
path: root/tests/test_opus_common.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 14:45:30 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 15:49:39 -0400
commitd0d1cf3b60d8d76165d4e56d452be607dbe6851e (patch)
treef5af44b7a336d44aa12dbac99502baabc8a5da73 /tests/test_opus_common.h
parent90f20c6260a093fc5fba631dcec285e25468d09c (diff)
downloadopus-d0d1cf3b60d8d76165d4e56d452be607dbe6851e.tar.gz
New regression test from Mark's fuzzing test cases
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);