diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
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 |
625 | check_PROGRAMS += rfc5280time | 625 | check_PROGRAMS += rfc5280time |
626 | rfc5280time_SOURCES = rfc5280time.c | 626 | rfc5280time_SOURCES = rfc5280time.c |
627 | if SMALL_TIME_T | ||
628 | TESTS += rfc5280time_small.test | ||
629 | XFAIL_TESTS += rfc5280time_small.test | ||
630 | else | ||
627 | TESTS += rfc5280time | 631 | TESTS += rfc5280time |
632 | endif | ||
633 | EXTRA_DIST += rfc5280time_small.test | ||
628 | 634 | ||
629 | # rmd_test | 635 | # rmd_test |
630 | TESTS += rmd_test | 636 | TESTS += rmd_test |