[libsoup/autobahn-integration-new: 5/23] tests: include tests/autobahn
- From: Diego Pino <dpino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/autobahn-integration-new: 5/23] tests: include tests/autobahn
- Date: Mon, 15 Mar 2021 14:19:19 +0000 (UTC)
commit 02cb08ba31ce97f4e0e0f71973df39dfb3015670
Author: Diego Pino Garcia <dpino igalia com>
Date: Mon Jan 18 15:13:54 2021 +0800
tests: include tests/autobahn
meson.build | 4 ++++
meson_options.txt | 6 ++++++
2 files changed, 10 insertions(+)
---
diff --git a/meson.build b/meson.build
index b620f0e6..92db547b 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]