diff options
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r-- | lib/inets/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inets/test/Makefile b/lib/inets/test/Makefile index 8db1ff1de7..95e0559470 100644 --- a/lib/inets/test/Makefile +++ b/lib/inets/test/Makefile @@ -150,6 +150,7 @@ INETS_ROOT = ../../inets MODULES = \ inets_test_lib \ erl_make_certs \ + make_certs \ ftp_SUITE \ ftp_format_SUITE \ http_format_SUITE \ @@ -158,6 +159,7 @@ MODULES = \ httpc_proxy_SUITE \ httpd_SUITE \ httpd_bench_SUITE \ + http_test_lib \ old_httpd_SUITE \ httpd_basic_SUITE \ httpd_mod \ |