diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /ipc/ipdl/test/gtest/moz.build | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ipc/ipdl/test/gtest/moz.build')
-rw-r--r-- | ipc/ipdl/test/gtest/moz.build | 41 |
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") |