blob: 5cffc7dc4913084296540decc859b674081b4f7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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.
|