mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
11 lines
344 B
Diff
11 lines
344 B
Diff
diff --git a/tests/meson.build b/tests/meson.build
|
|
index 1a4040b..263c779 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -1,6 +1,5 @@
|
|
# Tests that link to libopus
|
|
opus_tests = [
|
|
- ['test_opus_api'],
|
|
['test_opus_decode', [], 120],
|
|
['test_opus_encode', 'opus_encode_regressions.c', 240],
|
|
['test_opus_extensions', [], 120],
|