summaryrefslogtreecommitdiffstats
path: root/mfbt/tests/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'mfbt/tests/moz.build')
-rw-r--r--mfbt/tests/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/mfbt/tests/moz.build b/mfbt/tests/moz.build
index 231bec84a3..a8ef150aec 100644
--- a/mfbt/tests/moz.build
+++ b/mfbt/tests/moz.build
@@ -75,6 +75,7 @@ CppUnitTests(
if CONFIG["OS_ARCH"] != "WASI":
CppUnitTests(
[
+ "TestMPSCQueue",
"TestSPSCQueue",
"TestThreadSafeWeakPtr",
]