summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Pino Garcia <dpino@igalia.com>2021-01-18 15:13:54 +0800
committerPatrick Griffis <tingping@tingping.se>2021-04-13 21:14:37 +0000
commit8c260020c8a1fca478c67ae511cbe11d43ddc6be (patch)
tree339ed3f691b856923bfebfcb7c33cc15ef9332fc
parentb2eb65d4637d99d29e1ab64d5ff29631aa759e8b (diff)
downloadlibsoup-8c260020c8a1fca478c67ae511cbe11d43ddc6be.tar.gz
tests: include tests/autobahn
-rw-r--r--meson.build4
-rw-r--r--meson_options.txt6
2 files changed, 10 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d9df470a..4c705a7a 100644
--- a/meson.build
+++ b/meson.build
@@ -411,3 +411,7 @@ summary({
},
section : 'Testing'
)
+
+if get_option('autobahn')
+ subdir('tests/autobahn')
+endif
diff --git a/meson_options.txt b/meson_options.txt
index 3a7bae5c..6462fa9f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -59,6 +59,12 @@ option('tests',
description: 'Enable unit tests compilation'
)
+option('autobahn',
+ type: 'boolean',
+ value: 'true',
+ description: 'Enable autobahn client compilation'
+)
+
option('installed_tests',
type: 'boolean',
value: false,