diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ddb3d05..34f088a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -484,6 +484,11 @@ TESTS += x509attribute | |||
484 | check_PROGRAMS += x509attribute | 484 | check_PROGRAMS += x509attribute |
485 | x509attribute_SOURCES = x509attribute.c | 485 | x509attribute_SOURCES = x509attribute.c |
486 | 486 | ||
487 | # x509_info | ||
488 | TESTS += x509_info | ||
489 | check_PROGRAMS += x509_info | ||
490 | x509_info_SOURCES = x509_info.c | ||
491 | |||
487 | # x509name | 492 | # x509name |
488 | TESTS += x509name | 493 | TESTS += x509name |
489 | check_PROGRAMS += x509name | 494 | check_PROGRAMS += x509name |