From 2df9d3863529fb6e818ec0a5cd0e7aafebff5ed8 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 22 Aug 2018 15:01:56 +0100 Subject: [PATCH] build: Clean files left behind after gio/tests/gresource.c test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a follow-up to commit 614adf8a7503913de10203c05a41434d6051c0c7, which started generating two new files as part of the test; they need to be cleaned up before distcheck will pass. Ideally, the test should run a temporary directory and wipe that directory itself before exiting, but that’s a bit of a big change to make right now. Deferred to https://gitlab.gnome.org/GNOME/glib/issues/1495. Signed-off-by: Philip Withnall --- gio/tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index e3e8da05a..1f0bed7b6 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -383,7 +383,10 @@ CLEANFILES += \ org.gtk.test.enums.xml \ gsettings.store \ gschemas.compiled \ - schema-source/gschemas.compiled + schema-source/gschemas.compiled \ + schema-source-corrupt/gschemas.compiled \ + schema-source-empty/gschemas.compiled \ + $(NULL) test_programs += gdbus-connection-flush gdbus_connection_flush_SOURCES = \