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/.
11 if CONFIG["OS_ARCH"] == "WINNT":
12 TEST_DIRS += ["windows"]
14 if CONFIG["OS_TARGET"] == "Linux":
17 "TestMemoryPressureWatcherLinux",
27 "TestBlockingProcess",
30 "TestUnicodeArguments",
32 SimplePrograms(test_progs)
34 USE_LIBS += ["mozglue"]
36 XPCSHELL_TESTS_MANIFESTS += ["unit/xpcshell.toml"]
38 if CONFIG["COMPILE_ENVIRONMENT"]:
39 TEST_HARNESS_FILES.xpcshell.xpcom.tests.unit += [
40 "!%s%s" % (f, CONFIG["BIN_SUFFIX"]) for f in test_progs
43 XPIDL_MODULE = "xpcomtest"
57 CRASHTEST_MANIFESTS += ["crashtests/crashtests.list"]