summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2020-10-01 11:45:57 +0200
committerSeungha Yang <seungha@centricular.com>2020-10-07 19:08:30 +0900
commit2b2fce99702bf314fb1e3150537e9fbf11083c00 (patch)
tree9b31b4d54f28453e816e5c16ed20ddc5931894a0 /meson_options.txt
parent89bb244ab9fe57645c8da2ac7b267a0469048e4e (diff)
downloadgst-libav-2b2fce99702bf314fb1e3150537e9fbf11083c00.tar.gz
build: Re-enable unit tests
Looks like they weren't ported when we switched to meson Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/100>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e01317c..9d8a701 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,4 +4,5 @@ option('package-origin', type : 'string',
value : 'Unknown package origin', yield : true,
description : 'package origin URL to use in plugins')
option('doc', type : 'feature', value : 'auto', yield: true,
- description: 'Enable documentation.') \ No newline at end of file
+ description: 'Enable documentation.')
+option('tests', type : 'feature', value : 'auto', yield : true)