X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=a91944df5e3d079ddf03fb72740812f596e1aa0d;hp=68070791c2f024c6c835c1ed7bad07df75f1b71a;hb=f105814a0f4a644d19027f92b90f2445f0366bd2;hpb=8e164eeff8c7d7f08b473d37ebb01093f574d6a2 diff --git a/Makefile.am b/Makefile.am index 6807079..a91944d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,11 +15,13 @@ lib_LTLIBRARIES = pam_pcsc_cr.la pam_pcsc_cr_la_LDFLAGS = -module -avoid-version pam_pcsc_cr_la_LIBADD = libpcsc_cr.la -check_PROGRAMS = test_serial test_crypto test_chalresp +check_PROGRAMS = test_auth test_serial test_crypto test_chalresp +test_auth_LDADD = libpcsc_cr.la test_serial_LDADD = libpcsc_cr.la test_crypto_LDADD = libpcsc_cr.la test_chalresp_LDADD = libpcsc_cr.la EXTRA_DIST = autogen.sh README_CR -TESTS = test_serial test_crypto test_chalresp +TESTS = test_auth test_serial test_crypto test_chalresp +XFAIL_TESTS = test_chalresp