summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
authorAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
committerAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
commiteb33796e58cfca4fa26b459ad5a9d013f1df4c42 (patch)
tree6c7fd1cb36376580d667719b12e85634590cd54b /testing/Makefile.inc
parent31354d80d40270ee415b84e312f91b47bf104afe (diff)
Moved misc_tools from testing to toxcore.
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc12
1 files changed, 3 insertions, 9 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index 067b6ead..cebb3e2c 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -2,9 +2,7 @@ if BUILD_NTOX
2 2
3bin_PROGRAMS += nTox 3bin_PROGRAMS += nTox
4 4
5nTox_SOURCES = $(top_srcdir)/testing/misc_tools.h \ 5nTox_SOURCES = $(top_srcdir)/testing/nTox.h \
6 $(top_srcdir)/testing/misc_tools.c \
7 $(top_srcdir)/testing/nTox.h \
8 $(top_srcdir)/testing/nTox.c 6 $(top_srcdir)/testing/nTox.c
9 7
10nTox_CFLAGS = $(LIBSODIUM_CFLAGS) \ 8nTox_CFLAGS = $(LIBSODIUM_CFLAGS) \
@@ -24,9 +22,7 @@ noinst_PROGRAMS += DHT_test \
24 Messenger_test \ 22 Messenger_test \
25 crypto_speed_test 23 crypto_speed_test
26 24
27DHT_test_SOURCES = $(top_srcdir)/testing/DHT_test.c \ 25DHT_test_SOURCES = $(top_srcdir)/testing/DHT_test.c
28 $(top_srcdir)/testing/misc_tools.h \
29 $(top_srcdir)/testing/misc_tools.c
30 26
31DHT_test_CFLAGS = $(LIBSODIUM_CFLAGS) 27DHT_test_CFLAGS = $(LIBSODIUM_CFLAGS)
32 28
@@ -63,9 +59,7 @@ Lossless_UDP_testserver_LDADD = \
63 59
64 60
65Messenger_test_SOURCES = \ 61Messenger_test_SOURCES = \
66 $(top_srcdir)/testing/Messenger_test.c \ 62 $(top_srcdir)/testing/Messenger_test.c
67 $(top_srcdir)/testing/misc_tools.h \
68 $(top_srcdir)/testing/misc_tools.c
69 63
70Messenger_test_CFLAGS = $(LIBSODIUM_CFLAGS) 64Messenger_test_CFLAGS = $(LIBSODIUM_CFLAGS)
71 65