tests: Add basic unit test based on virtual_image device

This commit is contained in:
Benjamin Berg
2019-07-03 23:39:08 +02:00
parent 0b4f682233
commit 6e25a27870
3 changed files with 302 additions and 0 deletions

View File

@@ -140,6 +140,11 @@ if get_option('gtk-examples')
subdir('demo')
endif
# The tests require introspeciton support to run
if get_option('introspection')
subdir('tests')
endif
pkgconfig = import('pkgconfig')
pkgconfig.generate(
name: 'libfprint',