[gjs: 1/3] build: Fix distcheck



commit 526d7f22830e249470e0544702ee88eaa20347b9
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Jul 28 21:50:02 2018 -0400

    build: Fix distcheck
    
    The debugger test runner script was not included in the tarball, which
    made the tests fail during distcheck.
    
    Unreviewed, pushing to fix build.

 Makefile-test.am | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 4ae22eea..1bdfa5e6 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -342,6 +342,7 @@ JS_LOG_COMPILER = $$LOG_COMPILER $$LOG_FLAGS $(top_builddir)/minijasmine
 
 DEBUGGER_LOG_DRIVER = $(LOG_DRIVER)
 DEBUGGER_LOG_COMPILER = $(top_srcdir)/installed-tests/debugger-test.sh
+EXTRA_DIST += installed-tests/debugger-test.sh
 
 CODE_COVERAGE_IGNORE_PATTERN = */{include,mfbt,gjs/test}/*
 CODE_COVERAGE_GENHTML_OPTIONS =                        \


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