diff --git a/Makefile-test.am b/Makefile-test.am index 4ae22eea01254113ebdf871c67c273f57ab32c11..1bdfa5e6b1e3d521684d71239a4ffe022d19810a 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 = \ diff --git a/test/extra/do_basic.sh b/test/extra/do_basic.sh index 04d0108f32b55e104238588cd8111d81901b91ed..338b5d12710df44f77edf2a4db9be4b901c5387f 100755 --- a/test/extra/do_basic.sh +++ b/test/extra/do_basic.sh @@ -9,7 +9,7 @@ function do_Install_Dependencies(){ # Base dependencies apt-get -y install build-essential git clang patch bison flex \ - python-dev python3-dev \ + ninja-build python-dev python3-dev \ autotools-dev autoconf gettext pkgconf autopoint yelp-tools \ docbook docbook-xsl libtext-csv-perl \ zlib1g-dev libdbus-glib-1-dev \