aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-07-27 03:50:36 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-07-27 03:50:36 +0000
commitd7f21bfb62c60566d20b35ea555bf7c6803d9b7b (patch)
tree477a9d87c0677d448122380003d30b07a02ee0ab /src/testcurl/https/Makefile.am
parent16abaea132ac90293a868ecb944abce24fd16d9f (diff)
downloadlibmicrohttpd-d7f21bfb62c60566d20b35ea555bf7c6803d9b7b.tar.gz
libmicrohttpd-d7f21bfb62c60566d20b35ea555bf7c6803d9b7b.zip
added tests:
TLS unexpected msg alert TLS close notify alert
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 4da56d03..b88a99df 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -11,8 +11,9 @@ $(LIBCURL_CPPFLAGS)
11 11
12check_PROGRAMS = \ 12check_PROGRAMS = \
13mhds_get_test \ 13mhds_get_test \
14tls_alert_test \
14tls_authentication_test \ 15tls_authentication_test \
15mhds_multi_daemon_test \ 16mhds_multi_daemon_test \
16mhds_session_info_test 17mhds_session_info_test
17 18
18TESTS = $(check_PROGRAMS) 19TESTS = $(check_PROGRAMS)