test: add tests for pw_properties

This commit is contained in:
Peter Hutterer 2021-05-31 15:09:45 +10:00
parent 5911a629f3
commit 44dcca0d99
2 changed files with 260 additions and 0 deletions

View file

@ -37,3 +37,10 @@ executable('test-example',
'test-example.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)
test('test properties',
executable('test-properties',
'test-properties.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)