Add initial unit tests for Provider
Largely cribbed from libhandy, thanks due to Guido.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
option('gtk_doc',
|
||||
type: 'boolean', value: false,
|
||||
description: 'Whether to generate the API reference for Calls')
|
||||
|
||||
option('tests',
|
||||
type: 'boolean', value: true,
|
||||
description: 'Whether to compile unit tests')
|
||||
|
||||
Reference in New Issue
Block a user