diff options
Diffstat (limited to 'src/test/authentication/README')
-rw-r--r-- | src/test/authentication/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/test/authentication/README b/src/test/authentication/README index dd797467538..a8f27bfdaf5 100644 --- a/src/test/authentication/README +++ b/src/test/authentication/README @@ -11,10 +11,16 @@ are more complicated, and are not safe to run in a multi-user system. Running the tests ================= - make check +NOTE: You must have given the --enable-tap-tests argument to configure. +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. -NOTE: This requires the --enable-tap-tests argument to configure. +Either way, this test initializes, starts, and stops a test Postgres +cluster. |