build: Generate client internal VAPI and build client tests with it
This commit is contained in:
parent
35683dd6eb
commit
6e0aa316d8
3 changed files with 53 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue