summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-31 18:11:44 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-31 18:11:44 +0100
commit8595d47e101d0e3118c701c17fca26888b728ce3 (patch)
tree0407657c16ed2cf5d8ccc6e06f6062c76fedbb0e /CMakeLists.txt
parentfa3b51266bdc13a6b5fafdc2518f89b03e5f084f (diff)
Remove unused and bit-rotten friends_test.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0db88621..fc75c54b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -237,8 +237,6 @@ auto_test(assoc_test)
237auto_test(crypto_test) 237auto_test(crypto_test)
238auto_test(dht_test) 238auto_test(dht_test)
239auto_test(encryptsave_test) 239auto_test(encryptsave_test)
240# This test doesn't link (missing symbol).
241#auto_test(friends_test)
242auto_test(messenger_test) 240auto_test(messenger_test)
243auto_test(network_test) 241auto_test(network_test)
244auto_test(onion_test) 242auto_test(onion_test)