summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc20
1 files changed, 1 insertions, 19 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index fda99a89..8f24b44f 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -23,8 +23,7 @@ endif
23if BUILD_TESTING 23if BUILD_TESTING
24 24
25noinst_PROGRAMS += DHT_test \ 25noinst_PROGRAMS += DHT_test \
26 Messenger_test \ 26 Messenger_test
27 dns3_test
28 27
29DHT_test_SOURCES = ../testing/DHT_test.c 28DHT_test_SOURCES = ../testing/DHT_test.c
30 29
@@ -56,23 +55,6 @@ Messenger_test_LDADD = $(LIBSODIUM_LDFLAGS) \
56 55
57 56
58 57
59dns3_test_SOURCES = \
60 ../testing/dns3_test.c
61
62dns3_test_CFLAGS = \
63 $(LIBSODIUM_CFLAGS) \
64 $(NACL_CFLAGS)
65
66dns3_test_LDADD = \
67 $(LIBSODIUM_LDFLAGS) \
68 $(NACL_LDFLAGS) \
69 libtoxdns.la \
70 libtoxcore.la \
71 $(LIBSODIUM_LIBS) \
72 $(NACL_OBJECTS) \
73 $(NACL_LIBS) \
74 $(WINSOCK2_LIBS)
75
76if !WIN32 58if !WIN32
77 59
78noinst_PROGRAMS += tox_sync 60noinst_PROGRAMS += tox_sync