aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/kwargs.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-10-04 12:57:13 -0700
committerDylan Baker <dylan@pnwbakers.com>2023-10-16 13:28:32 -0700
commit7c101413d026ee50d950db1c5fcff48c20c757da (patch)
tree4a0523d147786bf433f7aca7dbd2fa653cc9d26c /mesonbuild/interpreter/kwargs.py
parent2048d1333e2db36686a45444f58cf5c96c44e6e4 (diff)
downloadmeson-7c101413d026ee50d950db1c5fcff48c20c757da.zip
meson-7c101413d026ee50d950db1c5fcff48c20c757da.tar.gz
meson-7c101413d026ee50d950db1c5fcff48c20c757da.tar.bz2
interpreter: use typed_kwargs for build_target.d_unittest
Diffstat (limited to 'mesonbuild/interpreter/kwargs.py')
-rw-r--r--mesonbuild/interpreter/kwargs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/interpreter/kwargs.py b/mesonbuild/interpreter/kwargs.py
index 41d7a75..b4a389b 100644
--- a/mesonbuild/interpreter/kwargs.py
+++ b/mesonbuild/interpreter/kwargs.py
@@ -336,6 +336,7 @@ class _BuildTarget(_BaseBuildTarget):
d_debug: T.List[T.Union[str, int]]
d_import_dirs: T.List[T.Union[str, build.IncludeDirs]]
d_module_versions: T.List[T.Union[str, int]]
+ d_unittest: bool
rust_dependency_map: T.Dict[str, str]
sources: SourcesVarargsType
c_args: T.List[str]