]> sjero.net Git - wget/blobdiff - tests/Makefile.in
[svn] Fix #20748: fix test usage wrt zero-termination of strings.
[wget] / tests / Makefile.in
index b038664070bb40ee69ff1a1f6a5778925ac98b17..ad2444347c8999537ccf10bc02d427d54b2b8eac 100644 (file)
@@ -76,7 +76,10 @@ all:
 
 .PHONY: test
 
-test: run-unit-tests run-px-tests
+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)
@@ -103,6 +106,7 @@ run-px-tests: WgetTest.pm
        ./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