diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-04 12:00:10 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-18 23:04:19 +0100 |
commit | b09f01463a9ce08320769aef798cd4b60a6c6456 (patch) | |
tree | 42a97d68388cc9ebecc91bf86532dfe837f95e2e /src/machine | |
parent | meson: fix indentation (diff) | |
download | systemd-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.build | 3 |
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]], ] |