[glib: 1/2] build: Clean files left behind after gio/tests/gresource.c test



commit 2df9d3863529fb6e818ec0a5cd0e7aafebff5ed8
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Aug 22 15:01:56 2018 +0100

    build: Clean files left behind after gio/tests/gresource.c test
    
    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 <withnall endlessm com>

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]