build: Generate client internal VAPI and build client tests with it

This commit is contained in:
Michael Gratton 2020-08-10 18:07:16 +10:00 committed by Michael James Gratton
parent 35683dd6eb
commit 6e0aa316d8
3 changed files with 53 additions and 6 deletions

View file

@ -133,7 +133,7 @@ test_engine_bin = executable('test-engine',
# Client tests
test_client_dependencies = [
client_dep,
client_internal_dep,
vala_unit_dep,
]
test_client_dependencies += client_dependencies
@ -144,6 +144,7 @@ test_client_bin = executable('test-client',
include_directories: config_h_dir,
vala_args: geary_vala_args,
c_args: geary_c_args,
build_rpath: client_build_dir,
)
# Integration tests