aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-06 06:18:15 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-06 06:21:17 -0500
commit047926e06f06900f9f0512b5d228001cd08665c6 (patch)
tree566bc2257e31f39cdb7338497623b0266717b238 /tests/Makefile.am
parenta7f031ba55ac4a69263000357eb7f6d7fb88101a (diff)
downloadportable-047926e06f06900f9f0512b5d228001cd08665c6.tar.gz
portable-047926e06f06900f9f0512b5d228001cd08665c6.tar.bz2
portable-047926e06f06900f9f0512b5d228001cd08665c6.zip
updates for ASN.1 time handling
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 63f9341..c56b1ea 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -258,6 +258,11 @@ TESTS += rc4test
258check_PROGRAMS += rc4test 258check_PROGRAMS += rc4test
259rc4test_SOURCES = rc4test.c 259rc4test_SOURCES = rc4test.c
260 260
261# rfc5280time
262TESTS += rfc5280time
263check_PROGRAMS += rfc5280time
264rfc5280time_SOURCES = rfc5280time.c
265
261# rmdtest 266# rmdtest
262TESTS += rmdtest 267TESTS += rmdtest
263check_PROGRAMS += rmdtest 268check_PROGRAMS += rmdtest