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.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipc/ipdl/test/gtest/moz.build b/ipc/ipdl/test/gtest/moz.build
index 86fa2eca9e..5b60532026 100644
--- a/ipc/ipdl/test/gtest/moz.build
+++ b/ipc/ipdl/test/gtest/moz.build
@@ -22,6 +22,7 @@ SOURCES += [
"TestCrossProcessSemaphore.cpp",
"TestDataStructures.cpp",
"TestDescendant.cpp",
+ "TestDestroyNested.cpp",
"TestEndpointOpens.cpp",
"TestHangs.cpp",
"TestInduceConnectionError.cpp",
@@ -49,6 +50,8 @@ IPDL_SOURCES += [
"PTestDescendant.ipdl",
"PTestDescendantSub.ipdl",
"PTestDescendantSubsub.ipdl",
+ "PTestDestroyNested.ipdl",
+ "PTestDestroyNestedSub.ipdl",
"PTestEndpointOpens.ipdl",
"PTestEndpointOpensOpened.ipdl",
"PTestHangs.ipdl",