From b9b54436b8b214420745e5ff722112316d7d85c7 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 19 Apr 2020 13:05:50 +0200 Subject: [PATCH] add back ssl test to makefile --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 49ca0c834..199631b8c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -20,6 +20,7 @@ test_programs = \ test_resume \ test_read_resume \ test_stack_allocator \ + test_ssl \ test_storage \ test_time_critical \ test_torrent \ @@ -248,6 +249,7 @@ test_time_critical_SOURCES = test_time_critical.cpp test_resume_SOURCES = test_resume.cpp test_read_resume_SOURCES = test_read_resume.cpp test_stack_allocator_SOURCES = test_stack_allocator.cpp +test_ssl_SOURCES = test_ssl.cpp test_torrent_SOURCES = test_torrent.cpp test_tracker_SOURCES = test_tracker.cpp test_transfer_SOURCES = test_transfer.cpp