diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-10-01 09:38:52 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2022-03-07 12:33:33 -0800 |
commit | 7d1431a06039cb29bc2585929a9fbac58bdedb0e (patch) | |
tree | 6399edd3684d983a7f20e3510cc246057c83d46c /unittests/allplatformstests.py | |
parent | cbc62e892aaea60a3692797c521672b95be9389d (diff) | |
download | meson-7d1431a06039cb29bc2585929a9fbac58bdedb0e.zip meson-7d1431a06039cb29bc2585929a9fbac58bdedb0e.tar.gz meson-7d1431a06039cb29bc2585929a9fbac58bdedb0e.tar.bz2 |
build: plumb structured sources into BuildTargets
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 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) |