meson: Do not use path separator in test names
Avoiding warnings like: WARNING: Target "elements/audioamplify" has a path separator in its name.
This commit is contained in:
parent
3223d605bf
commit
7f62c6164a
@ -84,7 +84,7 @@ endif
|
||||
|
||||
foreach t : base_tests
|
||||
fnames = t.get(0)
|
||||
test_name = fnames[0].split('.').get(0)
|
||||
test_name = fnames[0].split('.').get(0).underscorify()
|
||||
skip_test = false
|
||||
extra_deps = [ ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user