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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 21:45:30 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 22:49:39 +0300
commitd0d1cf3b60d8d76165d4e56d452be607dbe6851e (patch)
treef5af44b7a336d44aa12dbac99502baabc8a5da73 /Makefile.am
parent90f20c6260a093fc5fba631dcec285e25468d09c (diff)
New regression test from Mark's fuzzing test cases
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c84142e..0f0a6d43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,7 +102,7 @@ opus_compare_LDADD = $(LIBM)
tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/test_opus_common.h
tests_test_opus_api_LDADD = libopus.la $(NE10_LIBS) $(LIBM)
-tests_test_opus_encode_SOURCES = tests/test_opus_encode.c tests/test_opus_common.h
+tests_test_opus_encode_SOURCES = tests/test_opus_encode.c tests/opus_encode_regressions.c tests/test_opus_common.h
tests_test_opus_encode_LDADD = libopus.la $(NE10_LIBS) $(LIBM)
tests_test_opus_decode_SOURCES = tests/test_opus_decode.c tests/test_opus_common.h