diff options
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r-- | src/testcurl/https/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am index c3db4dba..324076ef 100644 --- a/src/testcurl/https/Makefile.am +++ b/src/testcurl/https/Makefile.am | |||
@@ -40,6 +40,7 @@ THREAD_ONLY_TESTS = \ | |||
40 | $(HTTPS_PARALLEL_TESTS) \ | 40 | $(HTTPS_PARALLEL_TESTS) \ |
41 | $(TEST_HTTPS_SNI) \ | 41 | $(TEST_HTTPS_SNI) \ |
42 | test_https_session_info \ | 42 | test_https_session_info \ |
43 | test_https_session_info_append \ | ||
43 | test_https_multi_daemon \ | 44 | test_https_multi_daemon \ |
44 | test_https_get \ | 45 | test_https_get \ |
45 | test_empty_response \ | 46 | test_empty_response \ |
@@ -119,6 +120,8 @@ test_https_session_info_SOURCES = \ | |||
119 | tls_test_common.h \ | 120 | tls_test_common.h \ |
120 | tls_test_common.c | 121 | tls_test_common.c |
121 | 122 | ||
123 | test_https_session_info_append_SOURCES = $(test_https_session_info_SOURCES) | ||
124 | |||
122 | test_https_multi_daemon_SOURCES = \ | 125 | test_https_multi_daemon_SOURCES = \ |
123 | test_https_multi_daemon.c \ | 126 | test_https_multi_daemon.c \ |
124 | tls_test_keys.h \ | 127 | tls_test_keys.h \ |