aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-12-11 12:01:43 +0100
committerHans Nilsson <[email protected]>2015-12-21 13:59:03 +0100
commitc3135a817f22f76b1ae594dc5821d2d6eab1d25a (patch)
treede534035b9321c778e98512bacee0b8fd3a687bd /lib/ssh/test/Makefile
parent21d6192389a04024f7a41ced9d0911a9cce6f4e8 (diff)
downloadotp-c3135a817f22f76b1ae594dc5821d2d6eab1d25a.tar.gz
otp-c3135a817f22f76b1ae594dc5821d2d6eab1d25a.tar.bz2
otp-c3135a817f22f76b1ae594dc5821d2d6eab1d25a.zip
ssh: Add first version of ssh_benchmark_SUITE
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 781a876723..9cd98f069f 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -35,9 +35,8 @@ MODULES= \
ssh_algorithms_SUITE \
ssh_options_SUITE \
ssh_renegotiate_SUITE \
- \
ssh_basic_SUITE \
- \
+ ssh_benchmark_SUITE \
ssh_connection_SUITE \
ssh_protocol_SUITE \
ssh_sftp_SUITE \
@@ -129,7 +128,7 @@ release_spec: opt
release_tests_spec: opt
$(INSTALL_DIR) "$(RELSYSDIR)"
$(INSTALL_DATA) $(ERL_FILES) "$(RELSYSDIR)"
- $(INSTALL_DATA) ssh.spec ssh.cover "$(RELSYSDIR)"
+ $(INSTALL_DATA) ssh.spec ssh_bench.spec ssh.cover "$(RELSYSDIR)"
$(INSTALL_DATA) $(HRL_FILES_NEEDED_IN_TEST) "$(RELSYSDIR)"
chmod -R u+w "$(RELSYSDIR)"
@tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)