diff options
Diffstat (limited to 'unittests/allplatformstests.py')
-rw-r--r-- | unittests/allplatformstests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index 6efff61..5a533a9 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -4000,6 +4000,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) |