Bug 1734831 - fx doc: explain how to run gtest + remove the link to MDN r=gcp DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D127955
This commit is contained in:
Sylvestre Ledru 2021-10-08 19:54:40 +00:00
Родитель 9911098c80
Коммит fdbbc054cf
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -167,7 +167,11 @@ always easy to parse the results.
$ ./mach test dom/serviceworkers
`More information <https://developer.mozilla.org/docs/Mozilla/QA/Automated_testing>`__
To run tests based on :ref:`GTest` (C/C++ based unit tests), run:
.. code-block:: shell
$ ./mach gtest 'QuotaManager.*'
To test a change remotely
-------------------------