summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-17 18:40:10 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:50:17 +0200
commitf3cd1b1561675c3824734f15889d9309c1e58091 (patch)
tree6fb65c77f9f1ed1758b179e1eee451dfc4d95f82 /src/test/meson.build
parent729aa3508600f570c9bb37e2e8c8253c0106dc56 (diff)
util-lib: add new procfs-util.[ch] API for dealing with tasks limits
As it turns out the limit on concurrent tasks on Linux nasty to determine, hence let's appropriate helpers for this.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 3674740c0..530163aaf 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -409,17 +409,6 @@ tests += [
# libblkid]],
#endif // 0
- [['src/test/test-watch-pid.c',
- 'src/test/test-helper.c'],
- [libcore,
- libshared],
- [libmount,
- threads,
- librt,
- libseccomp,
- libselinux,
- libblkid]],
-
[['src/test/test-hashmap.c',
'src/test/test-hashmap-plain.c',
test_hashmap_ordered_c],
@@ -445,6 +434,10 @@ tests += [
[],
[]],
+ [['src/test/test-procfs-util.c'],
+ [],
+ []],
+
[['src/test/test-unaligned.c'],
[],
[]],