tests: add test for interfaces

This commit is contained in:
Wim Taymans 2019-01-10 17:20:45 +01:00
parent eaa5beb1b0
commit 6a637a8f24
3 changed files with 318 additions and 0 deletions

View file

@ -2,6 +2,7 @@ test_apps = [
'test-array',
'test-client',
'test-core',
'test-interfaces',
'test-remote',
'test-stream'
]