summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 01583daf3d8a93d63743da272a0b3fc9bb758f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
option(
	'twisted_tests',
	type: 'boolean',
	value: true,
	description: 'Enable tests using Python with Twisted and IRC protocol support',
)

option(
	'twisted_sleep',
	type: 'string',
	value: '0',
	description: 'Number of seconds to sleep in twisted tests',
)