summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-02-24 20:29:01 -0500
committerirungentoo <irungentoo@gmail.com>2015-02-24 20:29:01 -0500
commitd83efd35dd342da7f5b0f4b6e11ffd943d7f3c63 (patch)
tree4fa5e862c65c9bb9a007dab78424c161ddd61341 /testing/Makefile.inc
parent8fa8e9dcd798540bf539d502d0dbba71184f7489 (diff)
Ported some of the code in testing/ to the new api.
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index 8b93c8ac..fda99a89 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -106,21 +106,6 @@ tox_shell_LDADD = $(LIBSODIUM_LDFLAGS) \
106 -lutil 106 -lutil
107 107
108 108
109noinst_PROGRAMS += test_avatars
110
111test_avatars_SOURCES = ../testing/test_avatars.c
112
113test_avatars_CFLAGS = $(LIBSODIUM_CFLAGS) \
114 $(NACL_CFLAGS)
115
116test_avatars_LDADD = $(LIBSODIUM_LDFLAGS) \
117 $(NACL_LDFLAGS) \
118 libtoxcore.la \
119 $(LIBSODIUM_LIBS) \
120 $(NACL_OBJECTS) \
121 $(NACL_LIBS)
122
123
124noinst_PROGRAMS += irc_syncbot 109noinst_PROGRAMS += irc_syncbot
125 110
126irc_syncbot_SOURCES = ../testing/irc_syncbot.c 111irc_syncbot_SOURCES = ../testing/irc_syncbot.c