libeos-parental-controls: Add placeholder unit tests

This commit is mostly to put the test framework in place, and create a
placeholder test library for libeos-parental-controls for packaging.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://phabricator.endlessm.com/T23859
This commit is contained in:
Philip Withnall 2018-10-06 00:47:45 +01:00
parent dce3a94da0
commit 318b35e3da
6 changed files with 119 additions and 1 deletions

6
meson_options.txt Normal file
View file

@ -0,0 +1,6 @@
option(
'installed_tests',
type: 'boolean',
value: false,
description: 'enable installed tests'
)