diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-01 21:33:40 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-01 21:33:40 -0500 |
commit | 79fe4adf4809b0a529422cb871b974598f40e0ac (patch) | |
tree | a8583ea467f23b9ab7c2646bad0fca25401156a6 /tests/Makefile.am | |
parent | f075fe34bf6ee1e4a5de0e2d2ea4c4b4c6d75c8a (diff) | |
download | portable-79fe4adf4809b0a529422cb871b974598f40e0ac.tar.gz portable-79fe4adf4809b0a529422cb871b974598f40e0ac.tar.bz2 portable-79fe4adf4809b0a529422cb871b974598f40e0ac.zip |
Revert "Link x509_algor test to build"
This reverts commit 04fa997f5429a16f8ad17be99550f7d1f006aff5.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5d87bde..b860ace 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -775,11 +775,6 @@ 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 | |||
783 | # x509_asn1 | 778 | # x509_asn1 |
784 | TESTS += x509_asn1 | 779 | TESTS += x509_asn1 |
785 | check_PROGRAMS += x509_asn1 | 780 | check_PROGRAMS += x509_asn1 |