diff options
Diffstat (limited to 'src/test/authentication/README')
-rw-r--r-- | src/test/authentication/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/authentication/README b/src/test/authentication/README new file mode 100644 index 00000000000..5cffc7dc491 --- /dev/null +++ b/src/test/authentication/README @@ -0,0 +1,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. |