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:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 5f78985f..18b6fafc 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -19,7 +19,7 @@ foreach t : opus_tests
exe_kwargs = {}
# This test uses private symbols
- if test_name == 'test_opus_projection'
+ if test_name == 'test_opus_projection' or test_name == 'test_opus_extensions'
exe_kwargs = {
'link_with': [celt_lib, silk_lib, dnn_lib],
'objects': opus_lib.extract_all_objects(),