From 96a3d3e6371785f846bc72c2a701a1eb67c89b77 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 6 Oct 2017 10:58:50 +0200 Subject: server: Better shell integration This adds -k, -c, and -s options to the "p11-kit server" command, which allows you to terminate the server process, select which C-shell or Bourne shell command line is printed on startup, respectively. --- p11-kit/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'p11-kit/Makefile.am') diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index f2571d2..955719a 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -208,6 +208,10 @@ check_PROGRAMS += \ test-rpc \ $(NULL) +if !OS_WIN32 +check_SCRIPTS += p11-kit/test-server.sh +endif + test_conf_SOURCES = p11-kit/test-conf.c test_conf_LDADD = $(p11_kit_LIBS) @@ -306,4 +310,5 @@ mock_five_la_LIBADD = $(mock_one_la_LIBADD) EXTRA_DIST += \ p11-kit/fixtures \ p11-kit/test-mock.c \ + $(check_SCRIPTS) \ $(NULL) -- cgit v1.1