summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-10-21 17:39:57 +0100
committerPhaedrus Leeds <mwl458@gmail.com>2022-01-04 10:44:37 -0800
commit00891111abce44aaa9abde08ed890dc56762b0b4 (patch)
treec57ab1e53967c7b7ba583e1316e1a2f22a2697b6
parent74f625a186f642629408d031322efedf1f4da1da (diff)
downloadflatpak-00891111abce44aaa9abde08ed890dc56762b0b4.tar.gz
tests: Generate Makefile-test-matrix.am.inc in $(srcdir)
Files that are generated manually by a maintainer and committed to git should be in the srcdir, not the builddir. Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit 647c51380c13b72adbd67e0aa83b3a2979f5c6a8)
-rw-r--r--tests/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index 45612fd6..bb0d5a24 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -279,7 +279,7 @@ TEST_MATRIX_SOURCE = \
$(NULL)
update-test-matrix:
- $(srcdir)/tests/expand-test-matrix.sh "$(TEST_MATRIX_SOURCE)" > tests/Makefile-test-matrix.am.inc
+ $(srcdir)/tests/expand-test-matrix.sh "$(TEST_MATRIX_SOURCE)" > $(srcdir)/tests/Makefile-test-matrix.am.inc
tests/test-%.wrap:
@true