1 # -*- Mode: python; c-basic-offset: 4; 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_TOOL_DIRS += ['httpserver']
9 FAIL_ON_WARNINGS = True
11 BROWSER_CHROME_MANIFESTS += ['browser/browser.ini']
12 MOCHITEST_MANIFESTS += ['mochitests/mochitest.ini']
13 XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
15 # FIXME/bug 575918: out-of-process xpcshell is broken on OS X
16 if CONFIG['OS_ARCH'] != 'Darwin':
17 XPCSHELL_TESTS_MANIFESTS += ['unit_ipc/xpcshell.ini']
26 'TestIncrementalDownload',
38 # XXX Make this work in libxul builds.
43 # TestSocketTransport',
46 # TestStreamTransport',
47 # TestUDPSocketProvider',
51 '%s.cpp' % s for s in SIMPLE_PROGRAMS