summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-06 17:19:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 13:41:13 +0100
commitb61b95ae9e5c6fe9f34fcadb63175631c36d8e17 (patch)
tree7b3a8bd46a86718e8056e9ba5fb66b63ec91c8fe /src/test/meson.build
parent737f274e1e97133222bbe7dc2112cff0edebc3ff (diff)
downloadsystemd-b61b95ae9e5c6fe9f34fcadb63175631c36d8e17.tar.gz
tests: move tests for eqzero() to a new file
It's a bit silly to have a separate file that one short test, but this is the last part of the test code that is misplaced, and here consistency beats brevity.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index bb09598966..0c6f2db428 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -217,6 +217,8 @@ tests += [
[],
[libm]],
+ [files('test-memory-util.c')],
+
[files('test-mkdir.c')],
[files('test-json.c'),