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)