summaryrefslogtreecommitdiffstats
path: root/src/machine
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-04 12:00:10 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-18 23:04:19 +0100
commitb09f01463a9ce08320769aef798cd4b60a6c6456 (patch)
tree42a97d68388cc9ebecc91bf86532dfe837f95e2e /src/machine
parentmeson: fix indentation (diff)
downloadsystemd-b09f01463a9ce08320769aef798cd4b60a6c6456.tar.xz
systemd-b09f01463a9ce08320769aef798cd4b60a6c6456.zip
meson: enable several tests even if the relevant features are disabled
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/machine/meson.build b/src/machine/meson.build
index ac13690397..9b9ad1d8a9 100644
--- a/src/machine/meson.build
+++ b/src/machine/meson.build
@@ -39,6 +39,5 @@ tests += [
[['src/machine/test-machine-tables.c'],
[libmachine_core,
libshared],
- [threads],
- [], 'ENABLE_MACHINED'],
+ [threads]],
]