Bug 1037316 part 1 - Return the same object when updating animations; r=dbaron
[gecko.git] / netwerk / test / moz.build
blobf1260b92c4ea2df66df28b41b528d2c69014426b
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']
19 SIMPLE_PROGRAMS = [
20     'PropertiesTest',
21     'ReadNTLM',
22     'TestBlockingSocket',
23     'TestCallbacks',
24     'TestCookie',
25     'TestDNS',
26     'TestIncrementalDownload',
27     'TestOpen',
28     'TestPageLoad',
29     'TestProtocols',
30     'TestServ',
31     'TestStandardURL',
32     'TestStreamLoader',
33     'TestUpload',
34     'TestURLParser',
35     'urltest',
38 # XXX Make this work in libxul builds.
39 #SIMPLE_PROGRAMS += [
40 #    TestIDN',
41 #    TestIOThreads',
42 #    TestPerf',
43 #    TestSocketTransport',
44 #    TestStreamChannel',
45 #    TestStreamPump',
46 #    TestStreamTransport',
47 #    TestUDPSocketProvider',
50 SOURCES += [
51     '%s.cpp' % s for s in SIMPLE_PROGRAMS
54 CPP_UNIT_TESTS += [
55     'TestSTSParser.cpp',
56     'TestUDPSocket.cpp',
59 RESOURCE_FILES += [
60     'urlparse.dat',
61     'urlparse_unx.dat',