ref: 880f57a412d62ed7081466a0d24b6621ab603d9b
parent: d0d1cf3b60d8d76165d4e56d452be607dbe6851e
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Sat Oct 29 12:10:57 EDT 2016
Adds opus_encode_regressions.c to the UNIX Makefile
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -97,7 +97,7 @@
TESTOPUSDECODE_SRCS_C = tests/test_opus_decode.c
TESTOPUSDECODE_OBJS := $(patsubst %.c,%$(OBJSUFFIX),$(TESTOPUSDECODE_SRCS_C))
-TESTOPUSENCODE_SRCS_C = tests/test_opus_encode.c
+TESTOPUSENCODE_SRCS_C = tests/test_opus_encode.c tests/opus_encode_regressions.c
TESTOPUSENCODE_OBJS := $(patsubst %.c,%$(OBJSUFFIX),$(TESTOPUSENCODE_SRCS_C))
TESTOPUSPADDING_SRCS_C = tests/test_opus_padding.c