summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-08-10 17:41:29 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit48d68297393c8b3699dd1ccabfe2e30b84c0a624 (patch)
tree013f7e15a1e949782803a64002ef188ee3b8d1c4 /src/test
parent11a069d1c3a71ea239275b1a1122d48ef9c45fb1 (diff)
Build system: Fix various issues that came from errornous migration.
No matter how much advanced check_tree.pl is, there are plenty possibilities where upstream changes can be transported wrong. Mainly adding something we then have to mask out. But at the end of the day this is actually wanted, so we do not miss important changes.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/meson.build20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 75bbc208f..9001a4002 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -607,9 +607,9 @@ tests += [
# libseccomp,
# libselinux,
# libmount,
+# libblkid],
+# '', 'timeout=360'],
#endif // 0
- libblkid],
- '', 'timeout=360'],
[['src/test/test-siphash24.c'],
[],
@@ -700,16 +700,16 @@ tests += [
# [],
# [libdl],
# '', 'manual'],
+#
+# [['src/test/test-umount.c',
+# 'src/core/mount-setup.c',
+# 'src/core/mount-setup.h',
+# 'src/core/umount.c',
+# 'src/core/umount.h'],
+# [],
+# [libmount]],
#endif // 0
- [['src/test/test-umount.c',
- 'src/core/mount-setup.c',
- 'src/core/mount-setup.h',
- 'src/core/umount.c',
- 'src/core/umount.h'],
- [],
- [libmount]],
-
[['src/test/test-bus-util.c'],
[],
[]],