diff --git a/Makefile b/Makefile index f7f8112..ec1b717 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/t/sanity.t b/t/sanity.t index d92a9b3..80571da 100644 --- a/t/sanity.t +++ b/t/sanity.t @@ -10,7 +10,7 @@ sub cd ($); my $ver = `bash util/ver`; chomp $ver; -shell "make"; +#shell "make"; cd "ngx_openresty-$ver"; shell "./configure --help > help.txt";