summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-02-05 12:47:45 -0600
committerPatrick Griffis <tingping@tingping.se>2021-04-13 21:14:37 +0000
commit6e831de70857f821d1a0be82d1202e0b1abb6421 (patch)
tree48664de2c6276989cd7b72a0713305aeb26ef5ed /meson_options.txt
parentf5b87c90193e68bc69a5c44bff3cd006c21a0818 (diff)
downloadlibsoup-6e831de70857f821d1a0be82d1202e0b1abb6421.tar.gz
autobahn: Various improvements:
- build: change autobahn into a auto-detected feature - build: Remove duplication from existing test build file - Avoid using __FILE__ and use GLibs test file utils - Change indentation to be consistent with project - Remove duplicate args to list number of tests or run specific tests glib provides this already - In each test case run mainloop to completion to properly track case status - Generate a report every run - Output reports into the meson-logs directory, not the CWD of source - Actually run the server until it is listening rather than sleep()
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6462fa9f..778e5d34 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -60,9 +60,9 @@ option('tests',
)
option('autobahn',
- type: 'boolean',
- value: 'true',
- description: 'Enable autobahn client compilation'
+ type: 'feature',
+ value: 'auto',
+ description: 'Enable autobahn test suite'
)
option('installed_tests',