aboutsummaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/allplatformstests.py')
-rw-r--r--unittests/allplatformstests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index 665e0c6..b424b15 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -3988,6 +3988,7 @@ class AllPlatformTests(BasePlatformTests):
def output_name(name, type_):
return type_(name=name, subdir=None, subproject=None,
for_machine=MachineChoice.HOST, sources=[],
+ structured_sources=None,
objects=[], environment=env, kwargs={}).filename
shared_lib_name = lambda name: output_name(name, SharedLibrary)