mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tests: add more tests
This commit is contained in:
parent
23c439fd66
commit
69b7c18718
6 changed files with 386 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/client.h>
|
||||
|
||||
#define TEST_FUNC(a,b,func) \
|
||||
|
|
@ -58,6 +59,8 @@ static void test_abi(void)
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
pw_init(&argc, &argv);
|
||||
|
||||
test_abi();
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue