summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/moz.build
blob: 5b605320263d09cbf6d9c1e53e2507be77906c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# -*- 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/.

Library("ipdltest")

EXPORTS.mozilla._ipdltest += [
    "IPDLUnitTest.h",
    "IPDLUnitTestChild.h",
    "IPDLUnitTestParent.h",
    "TestBasicChild.h",
    "TestBasicParent.h",
]

SOURCES += [
    "IPDLUnitTest.cpp",
    "TestAsyncReturns.cpp",
    "TestBasic.cpp",
    "TestCancel.cpp",
    "TestCrossProcessSemaphore.cpp",
    "TestDataStructures.cpp",
    "TestDescendant.cpp",
    "TestDestroyNested.cpp",
    "TestEndpointOpens.cpp",
    "TestHangs.cpp",
    "TestInduceConnectionError.cpp",
    "TestJSON.cpp",
    "TestManyChildAllocs.cpp",
    "TestManyHandles.cpp",
    "TestMostNested.cpp",
    "TestMultiMgrs.cpp",
    "TestSelfManage.cpp",
    "TestShmem.cpp",
    "TestSyncError.cpp",
    "TestUniquePtrIPC.cpp",
    "TestUrgency.cpp",
]

IPDL_SOURCES += [
    "PIPDLUnitTest.ipdl",
    "PTestAsyncReturns.ipdl",
    "PTestBasic.ipdl",
    "PTestCancel.ipdl",
    "PTestCrossProcessSemaphore.ipdl",
    "PTestDataStructures.ipdl",
    "PTestDataStructuresCommon.ipdlh",
    "PTestDataStructuresSub.ipdl",
    "PTestDescendant.ipdl",
    "PTestDescendantSub.ipdl",
    "PTestDescendantSubsub.ipdl",
    "PTestDestroyNested.ipdl",
    "PTestDestroyNestedSub.ipdl",
    "PTestEndpointOpens.ipdl",
    "PTestEndpointOpensOpened.ipdl",
    "PTestHangs.ipdl",
    "PTestInduceConnectionError.ipdl",
    "PTestJSON.ipdl",
    "PTestJSONHandle.ipdl",
    "PTestManyChildAllocs.ipdl",
    "PTestManyChildAllocsSub.ipdl",
    "PTestManyHandles.ipdl",
    "PTestMostNested.ipdl",
    "PTestMultiMgrs.ipdl",
    "PTestMultiMgrsBottom.ipdl",
    "PTestMultiMgrsLeft.ipdl",
    "PTestMultiMgrsRight.ipdl",
    "PTestSelfManage.ipdl",
    "PTestSelfManageRoot.ipdl",
    "PTestShmem.ipdl",
    "PTestSyncError.ipdl",
    "PTestUniquePtrIPC.ipdl",
    "PTestUrgency.ipdl",
]

include("/ipc/chromium/chromium-config.mozbuild")

FINAL_LIBRARY = "xul-gtest"