summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-10-21 17:39:57 +0100
committerSimon McVittie <smcv@collabora.com>2021-10-21 17:44:44 +0100
commit647c51380c13b72adbd67e0aa83b3a2979f5c6a8 (patch)
tree5eca986afd3c2f3fe5491b1ee88fb3b65a8dbc77
parent14b375e09aaf1f015581fb37b4f1d152668bf769 (diff)
downloadflatpak-647c51380c13b72adbd67e0aa83b3a2979f5c6a8.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>
-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