]> sjero.net Git - wget/blobdiff - tests/Makefile.in
[svn] Minor fixes/updates for the testing suite.
[wget] / tests / Makefile.in
index b038664070bb40ee69ff1a1f6a5778925ac98b17..21d7641064a314ab87acadac83e838d8d05c5b94 100644 (file)
@@ -76,30 +76,35 @@ 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)
 
 run-px-tests: WgetTest.pm
+       ./Test-auth-basic.px && echo && echo
        ./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-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-HTTP-Content-Disposition-1.px && echo && echo
+       ./Test-HTTP-Content-Disposition-2.px && echo && echo
+       ./Test-HTTP-Content-Disposition.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-N-old.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-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