From: Simon McVittie Date: Mon, 23 Oct 2017 12:32:22 +0000 (+0100) Subject: build: Distribute more test data in source tarballs X-Git-Tag: dbus-1.12.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3d6ec26a296952ae585cad3b054dc7bf336804f;p=thirdparty%2Fdbus.git 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 --- diff --git a/test/Makefile.am b/test/Makefile.am index 5a025cf71..bb64e4532 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 \