From a3d6ec26a296952ae585cad3b054dc7bf336804f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 23 Oct 2017 13:32:22 +0100 Subject: [PATCH] build: Distribute more test data in source tarballs test-bus exercises the parser by trying to parse every file in these directories. A couple of files were accidentally left out, meaning those parsing code paths are tested when we build from git, but not when we build from a tarball release. Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103420 --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 5a025cf..bb64e45 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -514,10 +514,12 @@ static_data = \ data/systemd-activation/org.freedesktop.systemd1.service \ data/valid-config-files/basic.conf \ data/valid-config-files/basic.d/basic.conf \ + data/valid-config-files/check-own-rules.conf \ data/valid-config-files/entities.conf \ data/valid-config-files/listen-unix-runtime.conf \ data/valid-config-files/many-rules.conf \ data/valid-config-files/standard-session-dirs.conf \ + data/valid-config-files-system/many-rules.conf \ data/valid-config-files-system/system.d/test.conf \ data/valid-messages/array-of-array-of-uint32.message \ data/valid-messages/dict-simple.message \ -- 2.7.4