diff options
author | Hans Nilsson <[email protected]> | 2015-08-19 21:11:27 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-12-14 17:14:07 +0100 |
commit | 6cff0adb1ccf83a8e156450285e48ae2563e2009 (patch) | |
tree | da576dece6b63721008286b68727c657645eaff2 /lib/inets/test/Makefile | |
parent | ca00af6271665772c97bb2e146b0f5cbb760a97c (diff) | |
download | otp-6cff0adb1ccf83a8e156450285e48ae2563e2009.tar.gz otp-6cff0adb1ccf83a8e156450285e48ae2563e2009.tar.bz2 otp-6cff0adb1ccf83a8e156450285e48ae2563e2009.zip |
inets: Create httpd benchmark framwork
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r-- | lib/inets/test/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/inets/test/Makefile b/lib/inets/test/Makefile index ffc512050a..8db1ff1de7 100644 --- a/lib/inets/test/Makefile +++ b/lib/inets/test/Makefile @@ -157,6 +157,7 @@ MODULES = \ httpc_cookie_SUITE \ httpc_proxy_SUITE \ httpd_SUITE \ + httpd_bench_SUITE \ old_httpd_SUITE \ httpd_basic_SUITE \ httpd_mod \ @@ -189,7 +190,7 @@ SOURCE = $(ERL_FILES) $(HRL_FILES) TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR)) -INETS_SPECS = inets.spec +INETS_SPECS = inets.spec inets_bench.spec COVER_FILE = inets.cover INETS_FILES = inets.config $(INETS_SPECS) @@ -200,8 +201,10 @@ INETS_FILES = inets.config $(INETS_SPECS) # inets_ftp_suite \ # inets_tftp_suite + INETS_DATADIRS = inets_SUITE_data inets_socketwrap_SUITE_data -HTTPD_DATADIRS = httpd_test_data httpd_SUITE_data httpd_basic_SUITE_data old_httpd_SUITE_data +HTTPD_DATADIRS = httpd_test_data httpd_SUITE_data httpd_basic_SUITE_data old_httpd_SUITE_data httpd_bench_SUITE_data + HTTPC_DATADIRS = httpc_SUITE_data httpc_proxy_SUITE_data FTP_DATADIRS = ftp_SUITE_data |