X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FMakefile.in;h=ad2444347c8999537ccf10bc02d427d54b2b8eac;hb=19f0a05e9135c570b871804b7b88724e9746c005;hp=2257c1e7878e607999ae4619c1b5bf021d93395f;hpb=2367fb27ac758b4fa8af24f1aebfe64b3eef72b6;p=wget diff --git a/tests/Makefile.in b/tests/Makefile.in index 2257c1e7..ad244434 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -3,7 +3,7 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, @@ -12,8 +12,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with Wget; if not, write to the Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# along with Wget. If not, see . # In addition, as a special exception, the Free Software Foundation # gives permission to link the code of its release of Wget with the @@ -75,7 +74,42 @@ GETOPT_OBJ = @GETOPT_OBJ@ all: -unittest: test$(exeext) +.PHONY: test + +test: @top_srcdir@/src/wget run-unit-tests run-px-tests + +@top_srcdir@/src/wget: + cd @top_srcdir@ && $(MAKE) + +run-unit-tests: unit-tests$(exeext) + ./unit-tests$(exeext) + +run-px-tests: WgetTest.pm + ./Test-c-full.px && echo && echo + ./Test-c-partial.px && echo && echo + ./Test-c.px && echo && echo +# ./Test-E-k-K.px && echo && echo +# ./Test-E-k.px && echo && echo + ./Test-ftp.px && echo && echo +# ./Test-HTTP-Content-Disposition.px && echo && echo +# ./Test-HTTP-Content-Disposition-1.px && echo && echo +# ./Test-HTTP-Content-Disposition-2.px && echo && echo + ./Test-N-current.px && echo && echo +# ./Test-nonexisting-quiet.px && echo && echo +# ./Test-noop.px && echo && echo +# ./Test-np.px && echo && echo +# ./Test-N.px && echo && echo + ./Test-O-nonexisting.px && echo && echo + ./Test-O.px && echo && echo +# ./Test-Restrict-Lowercase.px && echo && echo +# ./Test-Restrict-Uppercase.px && echo && echo + ./Test--spider-fail.px && echo && echo + ./Test--spider.px && echo && echo + ./Test--spider-r.px && echo && echo + ./Test-auth-basic.px && echo && echo + +WgetTest.pm: WgetTest.pm.in @top_srcdir@/config.status + cd @top_srcdir@ && ./config.status # # Dependencies for test binary @@ -228,7 +262,7 @@ xmalloc.o: ../src/xmalloc.c $(HEADERS) $(COMPILE) -DTESTING -c $< -test$(exeext): $(TESTOBJ) +unit-tests$(exeext): $(TESTOBJ) $(LINK) $(TESTOBJ) $(LIBS) # @@ -236,7 +270,7 @@ test$(exeext): $(TESTOBJ) # clean: - $(RM) *.o test$(exeext) *~ *.bak core core.[0-9]* + $(RM) *.o unit-tests$(exeext) *~ *.bak core core.[0-9]* distclean: clean $(RM) Makefile