From 72bcf614b2a5e5f281ca4372fa7dfccf1e6a3c43 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sat, 5 Aug 2006 08:03:11 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- Add xtests to allow checks for PAM functions only doable in installed system. 2006-08-05 Thorsten Kukuk * configure.in: Generate xtests/Makefile. * Makefile.am (SUBDIRS): Add xtests. * README: Document make check and make xtests. * xtests/Makefile.am: New. * xtests/tst-pam_dispatch1.pamd: New. * xtests/tst-pam_dispatch2.pamd: New. * xtests/tst-pam_dispatch3.pamd: New. * xtests/tst-pam_dispatch1.c: New. * xtests/tst-pam_dispatch2.c: New. * xtests/tst-pam_dispatch3.c: New. --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') diff --git a/README b/README index b17723bc..bd804b17 100644 --- a/README +++ b/README @@ -11,6 +11,12 @@ How to use it is as follows: ./configure make +To make sure everything was compiled correct, run: + + make check + +If a test failes, you should not continue to install this build. + Note, if you are worried - don't even think about doing the next line (most Linux distributions already support PAM out of the box, so if something goes wrong with installing the code from this version your @@ -21,6 +27,12 @@ box may stop working..) That said, please report problems to the bug reporting database on sourceforge.net. +You can run additional checks after installing by executing + + make xtests + +as root. + If you do not wish to make the modules dynamically loadable, but build a static libpam including all PAM modules, you have to call: -- cgit v1.2.3