aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/Makefile
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2019-04-01 11:35:32 +0200
committerRaimo Niskanen <[email protected]>2019-04-01 11:35:32 +0200
commitb727bbf3632b4a31cfa2c7b284b5cecd0b542f35 (patch)
treec45cd5f3dce09686e08dbc71980e01b6e8ce1bc6 /lib/ssl/test/Makefile
parent2db15b8dd2af46c51d07dd7635057ab5421afe6d (diff)
parent407783d977e5e3c21edf6f276dd78b272ad05e61 (diff)
downloadotp-b727bbf3632b4a31cfa2c7b284b5cecd0b542f35.tar.gz
otp-b727bbf3632b4a31cfa2c7b284b5cecd0b542f35.tar.bz2
otp-b727bbf3632b4a31cfa2c7b284b5cecd0b542f35.zip
Merge branch 'raimo/ssl/tls-dist-fun-day/OTP-14792'
* raimo/ssl/tls-dist-fun-day/OTP-14792: Skip all benchmark groups Benchmark report relative core load Improve printouts Polish sched util benchmark Improve printouts Dist handshake with nodelay Implement inet_crypto_dist benchmark example
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r--lib/ssl/test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile
index fc483b0a94..f7fae16088 100644
--- a/lib/ssl/test/Makefile
+++ b/lib/ssl/test/Makefile
@@ -64,8 +64,9 @@ MODULES = \
ssl_sni_SUITE \
ssl_eqc_SUITE \
ssl_rfc_5869_SUITE \
- make_certs\
- x509_test
+ make_certs \
+ x509_test \
+ inet_crypto_dist
ERL_FILES = $(MODULES:%=%.erl)