From 55045da5118553f462a83ff65540ae026c44bdb0 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Thu, 31 Oct 2013 15:19:18 +0400 Subject: [PATCH] rename test chalresp --- Makefile.am | 6 +++--- test_cr.c => test_chalresp.c | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename test_cr.c => test_chalresp.c (100%) diff --git a/Makefile.am b/Makefile.am index c2b8529..05241a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,10 +15,10 @@ 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_cr +check_PROGRAMS = test_crypto test_chalresp test_crypto_LDADD = libpcsc_cr.la -test_cr_LDADD = libpcsc_cr.la +test_chalresp_LDADD = libpcsc_cr.la EXTRA_DIST = autogen.sh -TESTS = test_crypto test_cr +TESTS = test_crypto test_chalresp diff --git a/test_cr.c b/test_chalresp.c similarity index 100% rename from test_cr.c rename to test_chalresp.c -- 2.39.2