Skip to content

Commit

Permalink
crypto speed test is pretty useless, removed it.
Browse files Browse the repository at this point in the history
  • Loading branch information
irungentoo committed Aug 7, 2014
1 parent 2ef89f6 commit a679756
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
17 changes: 0 additions & 17 deletions testing/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if BUILD_TESTING

noinst_PROGRAMS += DHT_test \
Messenger_test \
crypto_speed_test \
dns3_test

DHT_test_SOURCES = ../testing/DHT_test.c
Expand Down Expand Up @@ -56,22 +55,6 @@ Messenger_test_LDADD = $(LIBSODIUM_LDFLAGS) \
$(WINSOCK2_LIBS)


crypto_speed_test_SOURCES = \
../testing/crypto_speed_test.c

crypto_speed_test_CFLAGS = \
$(LIBSODIUM_CFLAGS) \
$(NACL_CFLAGS)

crypto_speed_test_LDADD = \
$(LIBSODIUM_LDFLAGS) \
$(NACL_LDFLAGS) \
libtoxcore.la \
$(LIBSODIUM_LIBS) \
$(NACL_OBJECTS) \
$(NACL_LIBS) \
$(WINSOCK2_LIBS)


dns3_test_SOURCES = \
../testing/dns3_test.c
Expand Down
143 changes: 0 additions & 143 deletions testing/crypto_speed_test.c

This file was deleted.

0 comments on commit a679756

Please sign in to comment.