Skip to content

Commit

Permalink
test: now we require the ngx_lua_upstream module for the test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jan 27, 2014
1 parent 096e2ff commit 2c4534a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -6521,6 +6521,7 @@ The following dependencies are required to run the test suite:
* [ngx_memc](http://github.com/agentzh/memc-nginx-module)
* [ngx_srcache](http://github.com/agentzh/srcache-nginx-module)
* ngx_lua (i.e., this module)
* [ngx_lua_upstream](http://github.com/agentzh/lua-upstream-nginx-module)
* [ngx_headers_more](http://github.com/agentzh/headers-more-nginx-module)
* [ngx_drizzle](http://github.com/chaoslawful/drizzle-nginx-module)
* [ngx_rds_json](http://github.com/agentzh/rds-json-nginx-module)
Expand Down
1 change: 1 addition & 0 deletions doc/HttpLuaModule.wiki
Expand Up @@ -5519,6 +5519,7 @@ The following dependencies are required to run the test suite:
** [http://github.com/agentzh/memc-nginx-module ngx_memc]
** [http://github.com/agentzh/srcache-nginx-module ngx_srcache]
** ngx_lua (i.e., this module)
** [http://github.com/agentzh/lua-upstream-nginx-module ngx_lua_upstream]
** [http://github.com/agentzh/headers-more-nginx-module ngx_headers_more]
** [http://github.com/chaoslawful/drizzle-nginx-module ngx_drizzle]
** [http://github.com/agentzh/rds-json-nginx-module ngx_rds_json]
Expand Down
1 change: 1 addition & 0 deletions util/build2.sh
Expand Up @@ -39,6 +39,7 @@ time ngx-build $force $version \
--add-module=$root/../memc-nginx-module \
--add-module=$root/../srcache-nginx-module \
--add-module=$root \
--add-module=$root/../lua-upstream-nginx-module \
--add-module=$root/../headers-more-nginx-module \
--add-module=$root/../drizzle-nginx-module \
--add-module=$root/../rds-json-nginx-module \
Expand Down

0 comments on commit 2c4534a

Please sign in to comment.