From 26367bfc399cb3862f94ddca8fce87f98f26d67e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:38:36 +0200 Subject: Adding upstream version 1.3.1. Signed-off-by: Daniel Baumann --- tests/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..7fb62de --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,19 @@ +# +# Copyright (c) 2006, 2009 Thorsten Kukuk +# + +AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include \ + -I$(top_srcdir)/libpam +LDADD = $(top_builddir)/libpam/libpam.la + +CLEANFILES = *~ + +TESTS = tst-pam_start tst-pam_end tst-pam_fail_delay tst-pam_open_session \ + tst-pam_close_session tst-pam_acct_mgmt tst-pam_authenticate \ + tst-pam_chauthtok tst-pam_setcred tst-pam_get_item tst-pam_set_item \ + tst-pam_getenvlist tst-pam_get_user tst-pam_set_data \ + tst-pam_mkargv + +check_PROGRAMS = ${TESTS} tst-dlopen + +tst_dlopen_LDADD = -ldl -- cgit v1.2.3