mirror of https://github.com/openresty/openresty
run the test suite in the right way.
parent
013d88601b
commit
23f8304136
@ -1,9 +1,8 @@
|
||||
.PHONY: all
|
||||
.PHONY: all test
|
||||
|
||||
all:
|
||||
./util/mirror-tarballs
|
||||
|
||||
test:
|
||||
cp util/configure ngx_openresty-0.8.54.0/
|
||||
cd ngx_openresty-0.8.54.0 && ./configure
|
||||
test: all
|
||||
prove -r t
|
||||
|
||||
|
Loading…
Reference in New Issue