Always build dummy backend if building tests
The libardour tests require the dummy backend to be present.
This commit is contained in:
parent
7d2ed46b63
commit
4c92d75cbe
2
wscript
2
wscript
@ -1140,6 +1140,8 @@ int main () { return 0; }
|
|||||||
conf.env['NO_THREADED_WAVEVIEWS'] = True
|
conf.env['NO_THREADED_WAVEVIEWS'] = True
|
||||||
|
|
||||||
backends = opts.with_backends.split(',')
|
backends = opts.with_backends.split(',')
|
||||||
|
if opts.build_tests and 'dummy' not in backends:
|
||||||
|
backends += ['dummy']
|
||||||
|
|
||||||
if not backends:
|
if not backends:
|
||||||
print("Must configure and build at least one backend")
|
print("Must configure and build at least one backend")
|
||||||
|
Loading…
Reference in New Issue
Block a user