test: add a simple test for the library version

This commit is contained in:
Peter Hutterer 2021-06-01 16:16:00 +10:00
parent 44dcca0d99
commit 3865d8846e
2 changed files with 63 additions and 0 deletions

View file

@ -44,3 +44,9 @@ test('test properties',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)
test('test lib',
executable('test-lib',
'test-lib.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)