pwtest/Makefile: set SPA_DATA_DIR

This commit is contained in:
Pauli Virtanen 2022-03-05 12:05:39 +02:00 committed by Wim Taymans
parent 581f6c7f1d
commit a7bd52d07d
2 changed files with 5 additions and 0 deletions

View file

@ -731,6 +731,7 @@ static void set_test_env(struct pwtest_context *ctx, struct pwtest_test *t)
replace_env(t, "TMPDIR", xdg_runtime_dir);
replace_env(t, "SPA_PLUGIN_DIR", BUILD_ROOT "/spa/plugins");
replace_env(t, "SPA_DATA_DIR", BUILD_ROOT "/spa/plugins");
replace_env(t, "PIPEWIRE_CONFIG_DIR", BUILD_ROOT "/src/daemon");
replace_env(t, "PIPEWIRE_MODULE_DIR", BUILD_ROOT "/src/modules");
replace_env(t, "ACP_PATHS_DIR", SOURCE_ROOT "/spa/plugins/alsa/mixer/paths");