build: Clean files left behind after gio/tests/gresource.c test

This is a follow-up to commit 614adf8a75,
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 <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-08-22 15:01:56 +01:00
parent 9a72ebe016
commit 2df9d38635

View File

@ -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 = \