xo-interpreter adds + explict mm arg to ctors (retiring Object::mm)
This commit is contained in:
parent
bfee0bdf9b
commit
f3e7330d92
38 changed files with 664 additions and 103 deletions
|
|
@ -177,15 +177,31 @@ To setup a unit test coverage build/ccov/all-merged
|
|||
|
||||
Then run unit tests
|
||||
|
||||
.. code-block::
|
||||
|
||||
$ (cd .build && ctest)
|
||||
|
||||
To build coverage report
|
||||
|
||||
.. code-block::
|
||||
|
||||
$ (.build/gen-ccov)
|
||||
|
||||
Html report in ``.build/ccov/html/index.html``
|
||||
|
||||
|
||||
Address Sanitizer Setup
|
||||
-----------------------
|
||||
|
||||
To run address sanitizer
|
||||
|
||||
.. code-block::
|
||||
|
||||
# can reuse phase 1 cmake-macros-install
|
||||
|
||||
# phase 2
|
||||
$ cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=asan
|
||||
|
||||
Sphinx Autobuild Setup
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue