From dbcf3c049f4aadc1d25eb952b4feabdec14cf35d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 30 Jan 2013 15:39:28 +0100 Subject: Add support for extracting to pem-bundle and pem-directory formats --- tools/tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/tests/Makefile.am') diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am index 6996675..bf1d32d 100644 --- a/tools/tests/Makefile.am +++ b/tools/tests/Makefile.am @@ -40,6 +40,7 @@ CHECK_PROGS = \ test-save \ test-extract \ test-x509 \ + test-pem \ $(NULL) noinst_PROGRAMS = \ @@ -64,4 +65,11 @@ test_x509_SOURCES = \ $(TOOLS)/save.c \ $(NULL) +test_pem_SOURCES = \ + test-pem.c \ + $(TOOLS)/extract-info.c \ + $(TOOLS)/extract-pem.c \ + $(TOOLS)/save.c \ + $(NULL) + endif # WITH_ASN1 -- cgit v1.1