include warnings about small time_t

This commit is contained in:
Brent Cook
2015-10-17 23:32:21 -05:00
parent a45e38e962
commit c8918dd0be
2 changed files with 15 additions and 3 deletions

View File

@@ -259,9 +259,15 @@ check_PROGRAMS += rc4test
rc4test_SOURCES = rc4test.c
# rfc5280time
if SMALL_TIME_T
TESTS += rfc5280time_too_small
check_PROGRAMS += rfc5280time_too_small
rfc5280time_too_small_SOURCES = rfc5280time.c
else
TESTS += rfc5280time
check_PROGRAMS += rfc5280time
rfc5280time_SOURCES = rfc5280time.c
endif
# rmdtest
TESTS += rmdtest