]> www.average.org Git - pam_pcsc_cr.git/blobdiff - Makefile.am
add test for serializer
[pam_pcsc_cr.git] / Makefile.am
index 3559ca10e74ccf43fc0327353b4477f6a5e0c722..850b33dbc69e04706f581b4e5390f08d7dd79af1 100644 (file)
@@ -15,10 +15,11 @@ 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_crypto test_chalresp
+check_PROGRAMS = test_serial test_crypto test_chalresp
+test_serial_LDADD = libpcsc_cr.la
 test_crypto_LDADD = libpcsc_cr.la
 test_chalresp_LDADD = libpcsc_cr.la
 
 EXTRA_DIST = autogen.sh
 
-TESTS = test_crypto test_chalresp
+TESTS = test_serial test_crypto test_chalresp