summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
authorendoffile78 <endoffile78@yahoo.com>2016-11-05 15:30:39 -0500
committerendoffile78 <endoffile78@yahoo.com>2016-11-06 09:14:53 -0600
commit3f53090c1d148da6ede2bbe85a58689c28289e14 (patch)
tree78bae45122f53a2de2b243e25560ba66bcfbe812 /auto_tests/Makefile.inc
parent7b6b47a610920e8911a80f4fc261c4b242279cdc (diff)
Remove assoc
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 6cb9d5f1..dc1dc9f7 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 assoc_test onion_test TCP_test tox_test dht_autotest 3TESTS = encryptsave_test messenger_autotest crypto_test network_test onion_test TCP_test tox_test dht_autotest
4check_PROGRAMS = encryptsave_test messenger_autotest crypto_test network_test assoc_test onion_test TCP_test tox_test dht_autotest 4check_PROGRAMS = encryptsave_test messenger_autotest crypto_test network_test onion_test TCP_test tox_test dht_autotest
5 5
6AUTOTEST_CFLAGS = \ 6AUTOTEST_CFLAGS = \
7 $(LIBSODIUM_CFLAGS) \ 7 $(LIBSODIUM_CFLAGS) \
@@ -47,13 +47,6 @@ network_test_CFLAGS = $(AUTOTEST_CFLAGS)
47network_test_LDADD = $(AUTOTEST_LDADD) 47network_test_LDADD = $(AUTOTEST_LDADD)
48 48
49 49
50assoc_test_SOURCES = ../auto_tests/assoc_test.c
51
52assoc_test_CFLAGS = $(AUTOTEST_CFLAGS)
53
54assoc_test_LDADD = $(AUTOTEST_LDADD)
55
56
57onion_test_SOURCES = ../auto_tests/onion_test.c 50onion_test_SOURCES = ../auto_tests/onion_test.c
58 51
59onion_test_CFLAGS = $(AUTOTEST_CFLAGS) 52onion_test_CFLAGS = $(AUTOTEST_CFLAGS)