diff options
author | Hans Nilsson <[email protected]> | 2013-11-20 12:04:16 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2013-11-20 12:04:16 +0100 |
commit | 265f95e7fc9f813c7d0c7d1fb64e5084515089c9 (patch) | |
tree | 9525eed9a4989228c588451661fa9de3f5db187e /lib/inets/test/Makefile | |
parent | 4bb55a35e516cb407bdda1b319ab2cd0bb85a3b8 (diff) | |
parent | 0d57daec5738447eb033681834146bf31dfd266c (diff) | |
download | otp-265f95e7fc9f813c7d0c7d1fb64e5084515089c9.tar.gz otp-265f95e7fc9f813c7d0c7d1fb64e5084515089c9.tar.bz2 otp-265f95e7fc9f813c7d0c7d1fb64e5084515089c9.zip |
Merge branch 'hans/inets/ftps/OTP-11037' into maint
* hans/inets/ftps/OTP-11037:
ftp,ssl: Fixes broken type link (ssloption).
ftp: Adds dynamic cert generation to tests.
ftp: Clean Makefile and conf file
ftp: Linking rfc-refs.
ftp: Add documentation.
ftp: delete old test files
ftp: small fixes
ftp: Add ftps documentation
ftp: Add timeouts to ssl:connect
ftps: working
.
added some printouts
ftp: towards a working ftps, chapter 1
ftp: old ftp_SUITE re-written and works
ftp: Implement ftps (upgrade to TLS)
ftp: Implement ftps (upgrade to TLS)
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r-- | lib/inets/test/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/inets/test/Makefile b/lib/inets/test/Makefile index 2f2f6ec16e..73070ac57e 100644 --- a/lib/inets/test/Makefile +++ b/lib/inets/test/Makefile @@ -152,21 +152,6 @@ MODULES = \ erl_make_certs \ ftp_SUITE \ ftp_format_SUITE \ - ftp_solaris8_sparc_test \ - ftp_solaris9_sparc_test \ - ftp_solaris10_sparc_test \ - ftp_solaris10_x86_test \ - ftp_linux_x86_test \ - ftp_linux_ppc_test \ - ftp_macosx_x86_test \ - ftp_macosx_ppc_test \ - ftp_openbsd_x86_test \ - ftp_freebsd_x86_test \ - ftp_netbsd_x86_test \ - ftp_windows_xp_test \ - ftp_windows_2003_server_test \ - ftp_suite_lib \ - ftp_ticket_test \ http_format_SUITE \ httpc_SUITE \ httpc_cookie_SUITE \ |