[gjs: 1/2] build: Install suppressions files



commit 776651b5afd6dc0030a7f4c90c96a7820dbd2d9f
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Jan 31 22:11:29 2018 -0800

    build: Install suppressions files
    
    This installs the suppressions files for Valgrind and LSan, in
    /usr/share/gjs-1.0/valgrind/gjs.supp and
    /usr/share/gjs-1.0/lsan/lsan.supp.
    
    Closes #2.

 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/Makefile.am b/Makefile.am
index b447d985..08558e20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,12 @@ pkgconfig_DATA = gjs-1.0.pc
 
 EXTRA_DIST += gjs-1.0.pc.in
 
+valgrinddir = $(datadir)/gjs-1.0/valgrind
+dist_valgrind_DATA = installed-tests/extra/gjs.supp
+
+lsandir = $(datadir)/gjs-1.0/lsan
+dist_lsan_DATA = installed-tests/extra/lsan.supp
+
 ########################################################################
 gjs_directory_defines =                                \
        -DGJS_TOP_SRCDIR=\"$(top_srcdir)\"              \


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