test: move some of the property tests to pwtest

Mostly 1:1 move of the test-properties.c file in src to the one in test, but a
few checks were merged into the existing functions.
This commit is contained in:
Peter Hutterer 2021-06-17 14:00:02 +10:00 committed by Wim Taymans
parent 7a6fa50575
commit 62e98aa836
3 changed files with 354 additions and 379 deletions

View file

@ -2,7 +2,6 @@ test_apps = [
'test-client',
'test-endpoint',
'test-interfaces',
'test-properties',
# 'test-remote',
'test-stream',
'test-utils'