diff --git a/doc/generated/doc/developing.html b/doc/generated/doc/developing.html index 844a92a8..dec8add6 100644 --- a/doc/generated/doc/developing.html +++ b/doc/generated/doc/developing.html @@ -846,7 +846,7 @@ $ gclient sync
Crashpad uses GYP to generate +
Crashpad uses GYP to generate Ninja build files. The build is described by .gyp files throughout the Crashpad source code tree. The build/gyp_crashpad.py script runs GYP properly for Crashpad, and is also @@ -868,12 +868,13 @@ need to install it separately.
Crashpad uses Google Test as its +
Crashpad uses Google Test as its unit-testing framework, and some tests use -Google Mock as well. Its tests are currently -split up into several test executables, each dedicated to testing a different -component. This may change in the future. After a successful build, the test -executables will be found at out/Debug/crashpad_*_test.
$ cd ~/crashpad/crashpad @@ -975,7 +976,7 @@ the Buildbot to ensure that “the tree is green.”