From 6710e85d558ea91f4380e99af85f17b7b8a09f5f Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 19 Oct 2018 12:52:52 -0700 Subject: [PATCH] tests/Makefile.am.inc: Fix distcleancheck failure --- tests/Makefile.am.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index bdfb8fc5..37c82718 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -113,6 +113,9 @@ tests/runtime-repo: tests/make-test-runtime.sh flatpak check_DATA+=tests/runtime-repo +distclean-local: + rm -rf tests/runtime-repo + include tests/Makefile-test-matrix.am.inc test_scripts = ${TEST_MATRIX}