diff options
author | Niclas Eklund <[email protected]> | 2011-05-16 15:25:03 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:24 +0200 |
commit | 26e3b024571952284e026a4f8d3ef55777dc4386 (patch) | |
tree | 71e7130b2aee10195a9a5831e696695b82806430 /lib/ssh/test/Makefile | |
parent | 2fb636273a06d31f0c24dcecf9302cd6561f02af (diff) | |
download | otp-26e3b024571952284e026a4f8d3ef55777dc4386.tar.gz otp-26e3b024571952284e026a4f8d3ef55777dc4386.tar.bz2 otp-26e3b024571952284e026a4f8d3ef55777dc4386.zip |
Generic key management for test suites.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index a3518aef52..5a2a6de24a 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -45,8 +45,6 @@ HRL_FILES_NEEDED_IN_TEST= \ ERL_FILES= $(MODULES:%=%.erl) -KEY_FILES= ssh_host_dsa_key #ssh_host_dsa_key.pub - TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) DATA_DIRS = $(MODULES:%=%_data) @@ -117,14 +115,6 @@ release_tests_spec: opt $(INSTALL_DATA) $(ERL_FILES) $(RELSYSDIR) $(INSTALL_DATA) ssh.spec ssh.cover $(RELSYSDIR) $(INSTALL_DATA) $(HRL_FILES_NEEDED_IN_TEST) $(RELSYSDIR) - @for dir in $(DATA_DIRS); do \ - if test ! -d $$dir ; then \ - echo "=== Skipping datadir $$dir" ; \ - else \ - echo "Installling $(KEY_FILES) in $$dir"; \ - $(INSTALL_DATA) $(KEY_FILES) $$dir; \ - fi ; \ - done chmod -f -R u+w $(RELSYSDIR) @tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -) |