From: Micah Cowan Date: Thu, 12 Jun 2008 22:09:37 +0000 (-0700) Subject: Reinstate run-px-tests. X-Git-Tag: v1.13~421^2~12^2~2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=3f1360357aa8bbd709d22b1042470ba66f3f09a7 Reinstate run-px-tests. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 4330e48f..888bd8c1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -25,6 +25,9 @@ WgetTest.pm.in: Use whatever ports are available, rather than hard-coded ones. + * Makefile.am: Reinstate "run-px-tests" as a dependency for the + "check" target. + * WgetTest.pm.in: Draw more attention to the fact that WgetTest.pm is a generated file. diff --git a/tests/Makefile.am b/tests/Makefile.am index 85369828..27f9adaa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,7 +37,7 @@ PERLRUN = $(PERL) -I$(srcdir) check-local: test -test: ../src/wget$(EXEEXT) run-unit-tests #run-px-tests +test: ../src/wget$(EXEEXT) run-unit-tests run-px-tests ../src/wget$(EXEEXT): cd ../src && $(MAKE) $(AM_MAKEFLAGS)