aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/Makefile
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2017-02-24 10:32:37 +0100
committerIngela Anderton Andin <[email protected]>2017-03-23 15:02:23 +0100
commit9f4c3f973e44ee5784d1d7eddf225ca0458f4525 (patch)
treec10da4af0fc51fa0b10f61b57b5d5dceb5d21636 /lib/ssl/test/Makefile
parentbce42f4c31bf552269eb787c61a979b3fb34c87e (diff)
downloadotp-9f4c3f973e44ee5784d1d7eddf225ca0458f4525.tar.gz
otp-9f4c3f973e44ee5784d1d7eddf225ca0458f4525.tar.bz2
otp-9f4c3f973e44ee5784d1d7eddf225ca0458f4525.zip
ssl, public_key: Add functionality for generating X509 cert test data
For now this functionality is located in ssl. And existing public_key function is extended. However some of the functionality may be moved to public_key in a later stage.
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r--lib/ssl/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile
index a2eb4ce449..55d45c98f6 100644
--- a/lib/ssl/test/Makefile
+++ b/lib/ssl/test/Makefile
@@ -56,7 +56,8 @@ MODULES = \
ssl_upgrade_SUITE\
ssl_sni_SUITE \
make_certs\
- erl_make_certs
+ erl_make_certs\
+ x509_test
ERL_FILES = $(MODULES:%=%.erl)