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 4dc97e6..6ba51ba 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -403,6 +403,12 @@ TESTS += record_layer_test | |||
403 | check_PROGRAMS += record_layer_test | 403 | check_PROGRAMS += record_layer_test |
404 | record_layer_test_SOURCES = record_layer_test.c | 404 | record_layer_test_SOURCES = record_layer_test.c |
405 | 405 | ||
406 | # rfc3779 | ||
407 | TESTS += rfc3779 | ||
408 | rfc3779_CPPFLAGS = $(AM_CPPFLAGS) -D__unused= | ||
409 | check_PROGRAMS += rfc3779 | ||
410 | rfc3779_SOURCES = rfc3779.c | ||
411 | |||
406 | # rfc5280time | 412 | # rfc5280time |
407 | check_PROGRAMS += rfc5280time | 413 | check_PROGRAMS += rfc5280time |
408 | rfc5280time_SOURCES = rfc5280time.c | 414 | rfc5280time_SOURCES = rfc5280time.c |