summaryrefslogtreecommitdiffstats
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-26 00:01:02 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-28 16:34:45 +0200
commit2416f73be12dbac0d121f23f654f7019ae3e4ca8 (patch)
tree8de7c60315eb3685a7746440edaed7067b6431c7 /src/test/meson.build
parentbasic/random-util: do not fall back to /dev/urandom if getrandom() returns short (diff)
downloadsystemd-2416f73be12dbac0d121f23f654f7019ae3e4ca8.tar.xz
systemd-2416f73be12dbac0d121f23f654f7019ae3e4ca8.zip
tests: add test-random-util
In case you're wondering: 16 aligns in a nice pyramid.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 892d2929ee..7b493a4d05 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -161,6 +161,10 @@ tests += [
[],
[]],
+ [['src/test/test-random-util.c'],
+ [],
+ []],
+
[['src/test/test-ratelimit.c'],
[],
[]],