aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-09-15 21:38:05 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-09-15 21:38:05 +0900
commit1c0b5f07345a5b44e4095feb21b18d0a3f66cd60 (patch)
tree1ba52aa5ac819e8ea987da128927e7aa1ea148d4 /tests/Makefile.am
parent6969cf036e866b88a5d6ed88d876ced85486c5a9 (diff)
downloadportable-1c0b5f07345a5b44e4095feb21b18d0a3f66cd60.tar.gz
portable-1c0b5f07345a5b44e4095feb21b18d0a3f66cd60.tar.bz2
portable-1c0b5f07345a5b44e4095feb21b18d0a3f66cd60.zip
Add regress x509_info.c
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
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
484check_PROGRAMS += x509attribute 484check_PROGRAMS += x509attribute
485x509attribute_SOURCES = x509attribute.c 485x509attribute_SOURCES = x509attribute.c
486 486
487# x509_info
488TESTS += x509_info
489check_PROGRAMS += x509_info
490x509_info_SOURCES = x509_info.c
491
487# x509name 492# x509name
488TESTS += x509name 493TESTS += x509name
489check_PROGRAMS += x509name 494check_PROGRAMS += x509name