Add initial unit tests for Provider

Largely cribbed from libhandy, thanks due to Guido.
This commit is contained in:
Bob Ham
2018-06-11 12:46:08 +01:00
parent 0a7330a7de
commit b17ee0c16e
6 changed files with 187 additions and 19 deletions

View File

@@ -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')