From 7d1431a06039cb29bc2585929a9fbac58bdedb0e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 1 Oct 2021 09:38:52 -0700 Subject: build: plumb structured sources into BuildTargets --- unittests/allplatformstests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests/allplatformstests.py') 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) -- cgit v1.1