From 993d5e30fa9085a05cc8231c49750e8bcc03170e Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sun, 12 Mar 2006 08:36:42 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- Add lot of tests for make check --- modules/pam_rhosts/Makefile.am | 6 ++++-- modules/pam_rhosts/tst-pam_rhosts | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100755 modules/pam_rhosts/tst-pam_rhosts (limited to 'modules/pam_rhosts') diff --git a/modules/pam_rhosts/Makefile.am b/modules/pam_rhosts/Makefile.am index ef5f3d0a..5c8cc188 100644 --- a/modules/pam_rhosts/Makefile.am +++ b/modules/pam_rhosts/Makefile.am @@ -1,10 +1,12 @@ # -# Copyright (c) 2005 Thorsten Kukuk +# Copyright (c) 2005, 2006 Thorsten Kukuk # CLEANFILES = *~ -EXTRA_DIST = README +EXTRA_DIST = README tst-pam_rhosts + +TESTS = tst-pam_rhosts securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) diff --git a/modules/pam_rhosts/tst-pam_rhosts b/modules/pam_rhosts/tst-pam_rhosts new file mode 100755 index 00000000..6b14ec51 --- /dev/null +++ b/modules/pam_rhosts/tst-pam_rhosts @@ -0,0 +1,2 @@ +#!/bin/sh +../../tests/tst-dlopen .libs/pam_rhosts_auth.so -- cgit v1.2.3