mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pwtest: add pwtest_spawn for running external programs
This commit is contained in:
parent
df4f844daa
commit
581f6c7f1d
2 changed files with 33 additions and 0 deletions
|
|
@ -558,6 +558,11 @@ pwtest_spa_plugin_try_load_interface(struct pwtest_spa_plugin *plugin,
|
|||
*/
|
||||
void pwtest_mkstemp(char path[PATH_MAX]);
|
||||
|
||||
/**
|
||||
* Run a command and wait for it to return.
|
||||
*/
|
||||
int pwtest_spawn(const char *file, char *const argv[]);
|
||||
|
||||
|
||||
/**
|
||||
* \}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue