geary/subprojects/vala-unit/meson_options.txt
Michael Gratton 6b1bad28b9 Move generic unit test classes to a new basically-standalone subproject
Break out the generic testing code into something easily re-used, and
improve the API substantially:

 * Use generics to reduce the number of equality tests to effectively
   a single one
 * Make all assert args consistent in that the actual value is always
   listed first.
 * Add convenience API for common string/array/collection assertions
2020-06-30 17:20:12 +10:00

12 lines
242 B
Meson

option(
'install',
type: 'boolean',
value: true,
description: 'Whether to install the library\'s files'
)
option(
'valadoc',
type: 'boolean',
value: true,
description: 'Whether to build the documentaton (requires valadoc).'
)