From 880f57a412d62ed7081466a0d24b6621ab603d9b Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Sat, 29 Oct 2016 16:10:57 -0400 Subject: Adds opus_encode_regressions.c to the UNIX Makefile --- Makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.unix') diff --git a/Makefile.unix b/Makefile.unix index b13230e8..90a48f0c 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -97,7 +97,7 @@ TESTOPUSAPI_OBJS := $(patsubst %.c,%$(OBJSUFFIX),$(TESTOPUSAPI_SRCS_C)) 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 -- cgit v1.2.1