postgresql/src/test/authentication
Bruce Momjian 9d4649ca49 Update copyright for 2018
Backpatch-through: certain files through 9.3
2018-01-02 23:30:12 -05:00
..
t Avoid and detect SIGPIPE race in TAP tests. 2017-12-16 10:03:35 -08:00
.gitignore Add .gitignore for src/test/authentication/tmp_check. 2017-03-20 18:27:36 +01:00
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00
README Add TAP tests for password-based authentication methods. 2017-03-17 11:34:16 +02:00

src/test/authentication/README

Regression tests for authentication
===================================

This directory contains a test suite for authentication. SSL certificate
authentication tests are kept separate, in src/test/ssl/, because they
are more complicated, and are not safe to run in a multi-user system.


Running the tests
=================

    make check

NOTE: This requires the --enable-tap-tests argument to configure.