summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-04-16 05:57:21 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2017-04-22 15:31:25 -0400
commitc7f63737ebfff2d1948ec9d6d92295a75d75cae5 (patch)
treeffaa46d8aecb53041ed61f6be73a4743fae6d4b1 /auto_tests/Makefile.inc
parent5ed37e543825c023163adba95b99ea81d3337196 (diff)
Revert "Implement tox_loop"
This reverts commit 5ff099763b1f56414572e1c12eb2f003117db5a0.
Diffstat (limited to 'auto_tests/Makefile.inc')
-rw-r--r--auto_tests/Makefile.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc
index d8d8b1eb..698064c4 100644
--- a/auto_tests/Makefile.inc
+++ b/auto_tests/Makefile.inc
@@ -1,7 +1,7 @@
1if BUILD_TESTS 1if BUILD_TESTS
2 2
3TESTS = encryptsave_test messenger_autotest crypto_test network_test onion_test TCP_test tox_loop_test tox_test dht_autotest tox_strncasecmp_test 3TESTS = encryptsave_test messenger_autotest crypto_test network_test onion_test TCP_test tox_test dht_autotest tox_strncasecmp_test
4check_PROGRAMS = encryptsave_test messenger_autotest crypto_test network_test onion_test TCP_test tox_loop_test tox_test dht_autotest tox_strncasecmp_test 4check_PROGRAMS = encryptsave_test messenger_autotest crypto_test network_test onion_test TCP_test tox_test dht_autotest tox_strncasecmp_test
5 5
6AUTOTEST_CFLAGS = \ 6AUTOTEST_CFLAGS = \
7 $(LIBSODIUM_CFLAGS) \ 7 $(LIBSODIUM_CFLAGS) \
@@ -61,13 +61,6 @@ TCP_test_CFLAGS = $(AUTOTEST_CFLAGS)
61TCP_test_LDADD = $(AUTOTEST_LDADD) 61TCP_test_LDADD = $(AUTOTEST_LDADD)
62 62
63 63
64tox_loop_test_SOURCES = ../auto_tests/tox_loop_test.c
65
66tox_loop_test_CFLAGS = $(AUTOTEST_CFLAGS)
67
68tox_loop_test_LDADD = $(AUTOTEST_LDADD)
69
70
71tox_test_SOURCES = ../auto_tests/tox_test.c 64tox_test_SOURCES = ../auto_tests/tox_test.c
72 65
73tox_test_CFLAGS = $(AUTOTEST_CFLAGS) 66tox_test_CFLAGS = $(AUTOTEST_CFLAGS)