summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/README.txt')
-rw-r--r--ipc/ipdl/test/README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/ipc/ipdl/test/README.txt b/ipc/ipdl/test/README.txt
index ca6db8bb3c..3b8444d50f 100644
--- a/ipc/ipdl/test/README.txt
+++ b/ipc/ipdl/test/README.txt
@@ -7,7 +7,10 @@ specifications, and successfully rejecting erroneous specifications.
To run these tests yourself locally, the correct invocation is
make -C obj-dir/ipc/ipdl/test/ipdl check
+or
+ mach build ipc/ipdl/test/ipdl check
-The second category (cxx/) is C++ tests of IPDL semantics. These
-tests check that async/sync/rpc semantics are implemented correctly,
+
+The second category (gtest/) is C++ tests of IPDL semantics. These
+tests check that async/sync semantics are implemented correctly,
ctors/dtors behave as they should, etc.