1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-17 21:54:15 +01:00

export LDAPNOINIT=1 for tests so we don't run with systems ldap config

fixes #61
This commit is contained in:
Klas Lindfors 2015-04-07 16:33:52 +02:00
parent 8f61e253d3
commit e66ed787d1

View File

@ -35,6 +35,7 @@ util_test_LDADD = ../libpam_util.la
pam_test_LDADD = ../libpam_real.la ../libpam_util.la @LTLIBYUBIKEY@ @LTLIBYKCLIENT@ @LIBLDAP@
pam_test_CPPFLAGS = -DSRCDIR=\"$(srcdir)\"
TESTS_ENVIRONMENT = export LDAPNOINIT=1;
check_PROGRAMS = test util_test pam_test
TESTS = $(check_PROGRAMS)