aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-10-14 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-10-23 08:00:00 +0000
commit613e59dca7034168bab4b9f6a89dd864957f0426 (patch)
tree70111f765659715d29c91421ed06d0847d2c496a /tests
parent4aa31119988c4dcceaa9edce74121d2c057ad1f8 (diff)
downloadpam-613e59dca7034168bab4b9f6a89dd864957f0426.tar.gz
pam-613e59dca7034168bab4b9f6a89dd864957f0426.tar.bz2
pam-613e59dca7034168bab4b9f6a89dd864957f0426.zip
build: drop autotools support
There is no point in supporting two different build systems.
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore16
-rw-r--r--tests/Makefile.am22
2 files changed, 0 insertions, 38 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
deleted file mode 100644
index 462f93c1..00000000
--- a/tests/.gitignore
+++ /dev/null
@@ -1,16 +0,0 @@
-tst-dlopen
-tst-pam_acct_mgmt
-tst-pam_authenticate
-tst-pam_chauthtok
-tst-pam_close_session
-tst-pam_end
-tst-pam_fail_delay
-tst-pam_get_item
-tst-pam_get_user
-tst-pam_getenvlist
-tst-pam_open_session
-tst-pam_set_data
-tst-pam_set_item
-tst-pam_setcred
-tst-pam_start
-tst-pam_mkargv
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 7fb662e5..00000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Copyright (c) 2006, 2009 Thorsten Kukuk <kukuk@suse.de>
-#
-
-AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include \
- -I$(top_srcdir)/libpam $(WARN_CFLAGS)
-LDADD = $(top_builddir)/libpam_internal/libpam_internal.la \
- $(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_get_data tst-pam_set_data \
- tst-pam_mkargv tst-pam_start_confdir tst-pam_get_authtok
-
-EXTRA_DIST = confdir
-
-check_PROGRAMS = ${TESTS} tst-dlopen
-
-tst_dlopen_LDADD = $(top_builddir)/libpam_internal/libpam_internal.la -ldl