From e67cf0a05570b8d58277ec074b30fe18d811281e Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 14 Oct 2017 13:32:21 +0200 Subject: [PATCH] add missing files to CMakeLists.txt for test suite --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f586d14f..7548e8e80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,7 +379,7 @@ if(build_tests) add_library(test_common OBJECT test/main.cpp test/test.cpp test/setup_transfer.cpp test/dht_server.cpp test/udp_tracker.cpp test/peer_server.cpp test/web_seed_suite.cpp test/swarm_suite.cpp - test/test_utils.cpp) + test/test_utils.cpp test/make_torrent.cpp test/settings.cpp) enable_testing() foreach(s ${tests})