diff options
author | Johannes Weißl <[email protected]> | 2013-08-31 04:08:13 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-09-02 15:34:51 +0200 |
commit | 3ed082f13d2753067ffdb7f5712c33c208ef83c4 (patch) | |
tree | 2a6b053e84762fe75fee49099849a09954921222 /lib/inets/test/Makefile | |
parent | 1a57f9d04b0e846ba6dccdb99643c4f7ab17705f (diff) | |
download | otp-3ed082f13d2753067ffdb7f5712c33c208ef83c4.tar.gz otp-3ed082f13d2753067ffdb7f5712c33c208ef83c4.tar.bz2 otp-3ed082f13d2753067ffdb7f5712c33c208ef83c4.zip |
Test nocache option of mod_cgi and mod_esi
Tests that the nocache options work and can be used independently from
each other. This was broken before c8ef69c.
Conflicts:
lib/inets/test/httpd_basic_SUITE.erl
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r-- | lib/inets/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/Makefile b/lib/inets/test/Makefile index dfa86906fd..2f2f6ec16e 100644 --- a/lib/inets/test/Makefile +++ b/lib/inets/test/Makefile @@ -215,7 +215,7 @@ INETS_FILES = inets.config $(INETS_SPECS) # inets_tftp_suite INETS_DATADIRS = inets_SUITE_data inets_sup_SUITE_data -HTTPD_DATADIRS = httpd_test_data httpd_SUITE_data +HTTPD_DATADIRS = httpd_test_data httpd_SUITE_data httpd_basic_SUITE_data HTTPC_DATADIRS = httpc_SUITE_data httpc_proxy_SUITE_data FTP_DATADIRS = ftp_SUITE_data |