summaryrefslogtreecommitdiff
path: root/Makefile.unix
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 16:10:57 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 16:10:57 -0400
commit880f57a412d62ed7081466a0d24b6621ab603d9b (patch)
treeaaf46d2642472f055175c1dda7c455e8b337f08b /Makefile.unix
parentd0d1cf3b60d8d76165d4e56d452be607dbe6851e (diff)
downloadopus-880f57a412d62ed7081466a0d24b6621ab603d9b.tar.gz
Adds opus_encode_regressions.c to the UNIX Makefile
Diffstat (limited to 'Makefile.unix')
-rw-r--r--Makefile.unix2
1 files changed, 1 insertions, 1 deletions
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