summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/gtest/moz.build')
-rw-r--r--ipc/ipdl/test/gtest/moz.build41
1 files changed, 41 insertions, 0 deletions
diff --git a/ipc/ipdl/test/gtest/moz.build b/ipc/ipdl/test/gtest/moz.build
index 129e366a4b..86fa2eca9e 100644
--- a/ipc/ipdl/test/gtest/moz.build
+++ b/ipc/ipdl/test/gtest/moz.build
@@ -16,18 +16,59 @@ EXPORTS.mozilla._ipdltest += [
SOURCES += [
"IPDLUnitTest.cpp",
+ "TestAsyncReturns.cpp",
"TestBasic.cpp",
+ "TestCancel.cpp",
"TestCrossProcessSemaphore.cpp",
+ "TestDataStructures.cpp",
+ "TestDescendant.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",
+ "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")