summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-16 22:46:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 20:44:26 +0000
commit7245ac11ef9be2420c8356c12acc79f93ea211bb (patch)
treee971c5c6e10c2310afe4b2cd80212feac9839f2a /auto_tests/Makefile.inc
parent7c2b95ef5e4ccdae01bd104aa7400294c9ea391b (diff)
Avoid implementations in .h files or #including .c files.
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
Diffstat (limited to 'auto_tests/Makefile.inc')
-rw-r--r--auto_tests/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc
index 94762969..67c72016 100644
--- a/auto_tests/Makefile.inc
+++ b/auto_tests/Makefile.inc
@@ -10,6 +10,7 @@ AUTOTEST_CFLAGS = \
10AUTOTEST_LDADD = \ 10AUTOTEST_LDADD = \
11 $(LIBSODIUM_LDFLAGS) \ 11 $(LIBSODIUM_LDFLAGS) \
12 $(NACL_LDFLAGS) \ 12 $(NACL_LDFLAGS) \
13 libmisc_tools.la \
13 libtoxcore.la \ 14 libtoxcore.la \
14 libtoxencryptsave.la \ 15 libtoxencryptsave.la \
15 $(LIBSODIUM_LIBS) \ 16 $(LIBSODIUM_LIBS) \
@@ -115,4 +116,3 @@ tox_strncasecmp_test_LDADD = $(AUTOTEST_LDADD)
115 116
116 117
117EXTRA_DIST += $(top_srcdir)/auto_tests/check_compat.h 118EXTRA_DIST += $(top_srcdir)/auto_tests/check_compat.h
118EXTRA_DIST += $(top_srcdir)/auto_tests/helpers.h