diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-06-06 16:40:15 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-06-06 16:40:15 +0200 |
commit | f205504c26b18e85a21b0d417be3969e78db46d9 (patch) | |
tree | 68f8c972329d332e52a0cf4d03798e16390cf528 /src/tests | |
parent | db88e9f954d86a61940b141a58ad80e39242b7bb (diff) |
test-core: add more core support tests
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test-core.c b/src/tests/test-core.c index bb4648aa..d69cdaac 100644 --- a/src/tests/test-core.c +++ b/src/tests/test-core.c @@ -242,7 +242,9 @@ static void test_support(void) const struct spa_support *support; uint32_t n_support; uint32_t types[] = { + SPA_TYPE_INTERFACE_DataSystem, SPA_TYPE_INTERFACE_DataLoop, + SPA_TYPE_INTERFACE_System, SPA_TYPE_INTERFACE_Loop, SPA_TYPE_INTERFACE_LoopUtils, SPA_TYPE_INTERFACE_Log, |