aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/Makefile
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2012-09-17 15:46:33 +0200
committerIngela Anderton Andin <[email protected]>2014-02-05 10:32:21 +0100
commitbf0c0533cdb86da99d0fafb2a123ff883d6923a0 (patch)
treef380db814ef8f0627486641f589cc6375ac9d17b /lib/inets/test/Makefile
parent5c3c8fc3c64ccf73985add8c123d41134dec7966 (diff)
downloadotp-bf0c0533cdb86da99d0fafb2a123ff883d6923a0.tar.gz
otp-bf0c0533cdb86da99d0fafb2a123ff883d6923a0.tar.bz2
otp-bf0c0533cdb86da99d0fafb2a123ff883d6923a0.zip
inets: Add tests using external proxy running on localhost
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r--lib/inets/test/Makefile4
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)