summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-21 11:54:50 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2022-05-03 13:54:23 +0200
commitf090f1a1f34a6803d85a10ea38e79f083e74f623 (patch)
tree64033b1405438007f0adee8003f23e3a5d4bef4f /tests
parentaef1442d54764d011f6de24c5d11a70401f9186d (diff)
downloadflatpak-f090f1a1f34a6803d85a10ea38e79f083e74f623.tar.gz
tests: Wrap EXTRA_DIST, one file per line
This will reduce conflicts when adding more files. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index a6e71832..e7943df4 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -329,7 +329,13 @@ test_extra_programs = \
@VALGRIND_CHECK_RULES@
VALGRIND_SUPPRESSIONS_FILES=tests/flatpak.supp tests/glib.supp
-EXTRA_DIST += tests/flatpak.supp tests/glib.supp tests/Makefile-test-matrix.am.inc tests/expand-test-matrix.sh tests/test-wrapper.sh
+EXTRA_DIST += \
+ tests/Makefile-test-matrix.am.inc \
+ tests/expand-test-matrix.sh \
+ tests/flatpak.supp \
+ tests/glib.supp \
+ tests/test-wrapper.sh \
+ $(NULL)
DISTCLEANFILES += \
tests/services/org.freedesktop.Flatpak.service \
tests/services/org.freedesktop.Flatpak.SystemHelper.service \