summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-07 16:17:32 +0200
committerJens Georg <mail@jensge.org>2022-05-24 18:19:45 +0000
commit35d22b300a0662fe45c98688828f6f299b30e48d (patch)
treeb91c6e84824da184e45c9252b13bfa61e331968b /meson_options.txt
parent1acb418b4db5f21cb6a20b88d4bf9ffc606c38d0 (diff)
downloadrygel-35d22b300a0662fe45c98688828f6f299b30e48d.tar.gz
tests: Re-enable and fix
Need to mock Soup.ServerMessage for the seek test since that does not allow us to modify the parameters anymore that we need. Luckily the mock is quite shallow.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 99f99ee2..fd04776a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,7 +5,7 @@ option('systemd-user-units-dir', type : 'string', value : 'auto', description :
option('plugins', type : 'array', choices : ['external', 'gst-launch', 'lms', 'media-export', 'mpris', 'playbin', 'ruih', 'tracker3'])
option('engines', type : 'array', choices : ['simple', 'gstreamer'])
option('examples', type : 'boolean', value : 'true')
-option('tests', type : 'boolean', value : 'false')
+option('tests', type : 'boolean', value : 'true')
option('gstreamer', type : 'feature', value : 'enabled')
option('gtk', type : 'feature', value : 'enabled')
option('introspection', type: 'feature', value : 'auto')