aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-17 23:32:21 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-17 23:32:21 -0500
commitc8918dd0be1bbadfcebfc6631bd63f3b3e83befd (patch)
tree86c209e6160b32fe04ea919c49134823b461f351 /tests/Makefile.am
parenta45e38e962a30307dd2034c2c032bd76333ebd2c (diff)
downloadportable-c8918dd0be1bbadfcebfc6631bd63f3b3e83befd.tar.gz
portable-c8918dd0be1bbadfcebfc6631bd63f3b3e83befd.tar.bz2
portable-c8918dd0be1bbadfcebfc6631bd63f3b3e83befd.zip
include warnings about small time_t
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c56b1ea..6bf3118 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -259,9 +259,15 @@ check_PROGRAMS += rc4test
259rc4test_SOURCES = rc4test.c 259rc4test_SOURCES = rc4test.c
260 260
261# rfc5280time 261# rfc5280time
262if SMALL_TIME_T
263TESTS += rfc5280time_too_small
264check_PROGRAMS += rfc5280time_too_small
265rfc5280time_too_small_SOURCES = rfc5280time.c
266else
262TESTS += rfc5280time 267TESTS += rfc5280time
263check_PROGRAMS += rfc5280time 268check_PROGRAMS += rfc5280time
264rfc5280time_SOURCES = rfc5280time.c 269rfc5280time_SOURCES = rfc5280time.c
270endif
265 271
266# rmdtest 272# rmdtest
267TESTS += rmdtest 273TESTS += rmdtest