Bug 1856942: part 5) Factor async loading of a sheet out of `Loader::LoadSheet`....
[gecko.git] / testing / xpcshell / moz.build
blob727f16eddbe2ab435dc5384165e65c79b9ff0fbe
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 TEST_DIRS += ["example"]
9 TESTING_JS_MODULES += [
10     "dbg-actors.js",
13 with Files("**"):
14     BUG_COMPONENT = ("Testing", "XPCShell Harness")
15     SCHEDULES.exclusive = ["xpcshell", "xpcshell-coverage"]