1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
See https://github.com/elogind/elogind/issues/133
diff --git a/src/test/meson.build b/src/test/meson.build
index d2e6772..5842dfc 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -638,9 +638,9 @@ tests += [
# []],
#endif // 0
- [['src/test/test-path-util.c'],
- [],
- []],
+# [['src/test/test-path-util.c'],
+# [],
+# []],
#if 0 /// UNNEEDED in elogind
# [['src/test/test-path.c',
These require /etc/machine-id in the system.
diff --git a/src/test/meson.build b/src/test/meson.build
index d2e6772..429bbef 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -280,9 +280,9 @@ tests += [
# []],
#endif // 0
- [['src/test/test-fs-util.c'],
- [],
- []],
+# [['src/test/test-fs-util.c'],
+# [],
+# []],
[['src/test/test-proc-cmdline.c'],
[],
@@ -743,9 +743,9 @@ tests += [
# '', 'manual', '-DLOG_REALM=LOG_REALM_UDEV'],
#endif // 0
- [['src/test/test-id128.c'],
- [],
- []],
+# [['src/test/test-id128.c'],
+# [],
+# []],
[['src/test/test-hash.c'],
[],
|