summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-22 14:13:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-01 18:58:54 +0100
commitd9daae55d5d7d7cfe4edcc70fb120f28d5ba5dc5 (patch)
tree75d3e35082861b28f15ac7716ce62c50feb3e295 /src/test/meson.build
parent1a2d4d70845f483bcb3f704fa092f5fd76580d31 (diff)
downloadsystemd-d9daae55d5d7d7cfe4edcc70fb120f28d5ba5dc5.tar.gz
systemd-d9daae55d5d7d7cfe4edcc70fb120f28d5ba5dc5.tar.bz2
systemd-d9daae55d5d7d7cfe4edcc70fb120f28d5ba5dc5.zip
tmpfiles: add a special return code for syntax failures
In this way, individual errors in files can be treated differently than a failure of the whole service. A test is added to check that the expected value is returned. Some parts are commented out, because it is not. This will be fixed in a subsequent commit.
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 efaa259d76..45d5b8d05e 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -54,6 +54,10 @@ test_dlopen_c = files('test-dlopen.c')
############################################################
+test_systemd_tmpfiles_py = find_program('test-systemd-tmpfiles.py')
+
+############################################################
+
tests += [
[['src/test/test-device-nodes.c'],
[],