mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Dummy-Backend: special case unit-test
This commit is contained in:
parent
b66bf67030
commit
d6df63ed91
1 changed files with 4 additions and 0 deletions
|
|
@ -1354,6 +1354,10 @@ deinstantiate ()
|
|||
static bool
|
||||
already_configured ()
|
||||
{
|
||||
// special-case: unit-tests require backend to be pre-configured.
|
||||
if (s_instance_name == "Unit-Test") {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue