mirror of
https://github.com/postgres/postgres.git
synced 2026-03-18 00:22:18 -04:00
The generated resource files aren't exactly the same ones as the old buildsystems generate. Previously "InternalName" and "OriginalFileName" were mostly wrong / not set (despite being required), but that was hard to fix in at least the make build. Additionally, the meson build falls back to a "auto-generated" description when not set, and doesn't set it in a few cases - unlikely that anybody looks at these descriptions in detail. Author: Andres Freund <andres@anarazel.de> Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com> |
||
|---|---|---|
| .. | ||
| po | ||
| t | ||
| .gitignore | ||
| Makefile | ||
| meson.build | ||
| nls.mk | ||
| pg_amcheck.c | ||
| README | ||
src/bin/pg_amcheck/README
pg_amcheck is a command-line tool for running the amcheck extension.
Running the regression tests
============================
NOTE: You must have given the --enable-tap-tests argument to configure.
Also, to use "make installcheck", you must have built and installed
contrib/amcheck and contrib/pageinspect in addition to the core code.
Run
make check
or
make installcheck
You can use "make installcheck" if you previously did "make install".
In that case, the code in the installation tree is tested. With
"make check", a temporary installation tree is built from the current
sources and then tested.
See src/test/perl/README for more info about running these tests.