aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
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 0e19106..629dbcb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -624,7 +624,13 @@ rfc3779_SOURCES = rfc3779.c
624# rfc5280time 624# rfc5280time
625check_PROGRAMS += rfc5280time 625check_PROGRAMS += rfc5280time
626rfc5280time_SOURCES = rfc5280time.c 626rfc5280time_SOURCES = rfc5280time.c
627if SMALL_TIME_T
628TESTS += rfc5280time_small.test
629XFAIL_TESTS += rfc5280time_small.test
630else
627TESTS += rfc5280time 631TESTS += rfc5280time
632endif
633EXTRA_DIST += rfc5280time_small.test
628 634
629# rmd_test 635# rmd_test
630TESTS += rmd_test 636TESTS += rmd_test