diff options
author | Raimo Niskanen <[email protected]> | 2012-09-17 15:46:33 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2012-10-02 09:24:53 +0200 |
commit | d98e4aeca2f820cf0ac31d7ee7fc264af441d211 (patch) | |
tree | 3c46a586d83ffca55a9eea32cbfa948ecbd24c0f /lib/inets/test/Makefile | |
parent | 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 (diff) | |
download | otp-d98e4aeca2f820cf0ac31d7ee7fc264af441d211.tar.gz otp-d98e4aeca2f820cf0ac31d7ee7fc264af441d211.tar.bz2 otp-d98e4aeca2f820cf0ac31d7ee7fc264af441d211.zip |
inets: Add tests using external proxy running on localhost
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r-- | lib/inets/test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/inets/test/Makefile b/lib/inets/test/Makefile index 0fc98eff6f..0ca99e8692 100644 --- a/lib/inets/test/Makefile +++ b/lib/inets/test/Makefile @@ -149,6 +149,7 @@ INETS_ROOT = ../../inets MODULES = \ inets_test_lib \ + erl_make_certs \ ftp_SUITE \ ftp_format_SUITE \ ftp_solaris8_sparc_test \ @@ -169,6 +170,7 @@ MODULES = \ http_format_SUITE \ httpc_SUITE \ httpc_cookie_SUITE \ + httpc_proxy_SUITE \ httpd_SUITE \ httpd_basic_SUITE \ httpd_mod \ @@ -213,7 +215,7 @@ INETS_FILES = inets.config $(INETS_SPECS) INETS_DATADIRS = inets_SUITE_data inets_sup_SUITE_data HTTPD_DATADIRS = httpd_test_data httpd_SUITE_data -HTTPC_DATADIRS = httpc_SUITE_data +HTTPC_DATADIRS = httpc_SUITE_data httpc_proxy_SUITE_data FTP_DATADIRS = ftp_SUITE_data DATADIRS = $(INETS_DATADIRS) $(HTTPD_DATADIRS) $(HTTPC_DATADIRS) $(FTP_DATADIRS) |