now we also test the generated makefiles in our test suite.

This commit is contained in:
agentzh (章亦春)
2011-03-07 02:59:54 +08:00
parent bff4acbbd4
commit 84989d2d28
4 changed files with 61 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all test
.PHONY: all test try-luajit try-lua
all:
./util/mirror-tarballs
@ -10,5 +10,5 @@ try-luajit: all
cd ngx_openresty-`./util/ver` && ./configure --with-luajit
try-lua: all
cd ngx_openresty-`./util/ver` && ./configure
cd ngx_openresty-`./util/ver` && ./configure && $(MAKE)