diff options
Diffstat (limited to 'tests/Makefile.am')
-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 b860ace..5d87bde 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -775,6 +775,11 @@ TESTS += x509attribute | |||
775 | check_PROGRAMS += x509attribute | 775 | check_PROGRAMS += x509attribute |
776 | x509attribute_SOURCES = x509attribute.c | 776 | x509attribute_SOURCES = x509attribute.c |
777 | 777 | ||
778 | # x509_algor | ||
779 | TESTS += x509_algor | ||
780 | check_PROGRAMS += x509_algor | ||
781 | x509_algor_SOURCES = x509_algor.c | ||
782 | |||
778 | # x509_asn1 | 783 | # x509_asn1 |
779 | TESTS += x509_asn1 | 784 | TESTS += x509_asn1 |
780 | check_PROGRAMS += x509_asn1 | 785 | check_PROGRAMS += x509_asn1 |