gecko-dev/testing/xpcshell/moz.build
Mike Hommey f70f000a4f Bug 1614626 - Move xpcshell selftests to before running actual xpcshell tests. r=gbrown
This allows to test them in the exact same environment as the tests are
going to run, which turns out to have revealed a few issues that would
only appear once xpcshell tests fail, impeding on debugging those
failures.

Differential Revision: https://phabricator.services.mozilla.com/D84781
2020-07-30 20:27:14 +00:00

16 lines
506 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
TEST_DIRS += ['example', 'moz-http2']
TESTING_JS_MODULES += [
'dbg-actors.js',
]
with Files("**"):
BUG_COMPONENT = ("Testing", "XPCShell Harness")
SCHEDULES.exclusive = ['xpcshell', 'xpcshell-coverage']