Skip to content

Commit

Permalink
Remove unused and bit-rotten friends_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Aug 31, 2016
1 parent fa3b512 commit 8595d47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 241 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ auto_test(assoc_test)
auto_test(crypto_test)
auto_test(dht_test)
auto_test(encryptsave_test)
# This test doesn't link (missing symbol).
#auto_test(friends_test)
auto_test(messenger_test)
auto_test(network_test)
auto_test(onion_test)
Expand Down
1 change: 0 additions & 1 deletion auto_tests/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,4 @@ encryptsave_test_CFLAGS = $(AUTOTEST_CFLAGS)
encryptsave_test_LDADD = $(AUTOTEST_LDADD)


EXTRA_DIST += $(top_srcdir)/auto_tests/friends_test.c
EXTRA_DIST += $(top_srcdir)/auto_tests/helpers.h
238 changes: 0 additions & 238 deletions auto_tests/friends_test.c

This file was deleted.

0 comments on commit 8595d47

Please sign in to comment.