Skip to content

Commit 5aaa354

Browse files
committed
disable tests in libvorbis
1 parent 08c533d commit 5aaa354

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
diff --git a/meson.build b/meson.build
2+
index 8303343..f6e51c8 100644
3+
--- a/meson.build
4+
+++ b/meson.build
5+
@@ -34,4 +34,8 @@ if host_machine.system() != 'windows'
6+
# These don't seem to build on Windows.
7+
subdir('vq')
8+
endif
9+
-subdir('test')
10+
+
11+
+
12+
+if get_option('test')
13+
+ subdir('test')
14+
+endif
15+
diff --git a/meson.options b/meson.options
16+
new file mode 100644
17+
index 0000000..743de14
18+
--- /dev/null
19+
+++ b/meson.options
20+
@@ -0,0 +1 @@
21+
+option('test', type: 'boolean', value: false, description: 'build tests')

subprojects/vorbis.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ patch_url = https://wrapdb.mesonbuild.com/v2/vorbis_1.3.7-4/get_patch
88
patch_hash = 979e22b24b16c927040700dfd8319cd6ba29bf52a14dbc66b1cb4ea60504f14a
99
wrapdb_version = 1.3.7-4
1010

11-
diff_files = libvorbis-1.3.7_web.diff
11+
diff_files = libvorbis-1.3.7_web.diff, libvorbis-1.3.7_tests.diff
1212

1313
[provide]
1414
vorbis = vorbis_dep

0 commit comments

Comments
 (0)