aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-03-23 10:41:28 +0100
committerHans Nilsson <[email protected]>2017-03-23 10:41:28 +0100
commitf7d248a6794655809e2fdc7d0d1932bbb3dc8cc0 (patch)
tree415c20c881b8fe4787d015fa8917e2a8d5c926d2 /lib/ssh/test/Makefile
parent3b6f4eada751ebb4f8db6a5964347e877f2b8aab (diff)
parent445cc27d2af3a45ebcd0afdea5ae0408a5d7c04a (diff)
downloadotp-f7d248a6794655809e2fdc7d0d1932bbb3dc8cc0.tar.gz
otp-f7d248a6794655809e2fdc7d0d1932bbb3dc8cc0.tar.bz2
otp-f7d248a6794655809e2fdc7d0d1932bbb3dc8cc0.zip
Merge branch 'hans/ssh/benchmarks'
Old ssh_benchmark_SUITE was very resource demanding. The new ssh_bench_SUITE is start of a new way to measure.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 3fca78237c..fab79a7a43 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -36,7 +36,7 @@ MODULES= \
ssh_options_SUITE \
ssh_renegotiate_SUITE \
ssh_basic_SUITE \
- ssh_benchmark_SUITE \
+ ssh_bench_SUITE \
ssh_connection_SUITE \
ssh_protocol_SUITE \
ssh_sftp_SUITE \
@@ -50,6 +50,7 @@ MODULES= \
ssh_key_cb_options \
ssh_trpt_test_lib \
ssh_echo_server \
+ ssh_bench_dev_null \
ssh_peername_sockname_server \
ssh_test_cli \
ssh_relay \