tests: add filter unit test

This commit is contained in:
Wim Taymans 2022-07-08 15:16:41 +02:00
parent 4c3f5a7655
commit e92e90bd3f
3 changed files with 236 additions and 0 deletions

View file

@ -251,5 +251,7 @@ int main(int argc, char *argv[])
test_create();
test_properties();
pw_deinit();
return 0;
}