Reinstate run-px-tests.

This commit is contained in:
Micah Cowan 2008-06-12 15:09:37 -07:00
parent b05e2bc63a
commit 3f1360357a
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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)