Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
30.5. Test Coverage Examination
Prev UpChapter 30. Regression TestsHome Next

30.5. Test Coverage Examination

The PostgreSQL source code can be compiled with coverage testing instrumentation, so that it becomes possible to examine which parts of the code are covered by the regression tests or any other test suite that is run with the code. This is currently supported when compiling with GCC and requires thegcov andlcov programs.

A typical workflow would look like this:

./configure --enable-coverage ... OTHER OPTIONS ...makemake check # or other test suitemake coverage-html

Then point your HTML browser tocoverage/index.html. Themake commands also work in subdirectories.

To reset the execution counts between test runs, run:

make coverage-clean


Prev Up Next
30.4. TAP Tests Home Part IV. Client Interfaces
epubpdf
Go to PostgreSQL 9.5
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp