1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ipc/ipdl/test/README.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +There are two major categories of tests, segregated into different 1.5 +top-level directories under test/. 1.6 + 1.7 +The first category (ipdl/) is IPDL-compiler tests. These tests check 1.8 +that the IPDL compiler is successfully compiling correct 1.9 +specifications, and successfully rejecting erroneous specifications. 1.10 + 1.11 +The second category (cxx/) is C++ tests of IPDL semantics. These 1.12 +tests check that async/sync/rpc semantics are implemented correctly, 1.13 +ctors/dtors behave as they should, etc.