mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Reinstate run-px-tests.
This commit is contained in:
parent
b05e2bc63a
commit
3f1360357a
@ -25,6 +25,9 @@
|
|||||||
WgetTest.pm.in: Use whatever ports are available, rather than
|
WgetTest.pm.in: Use whatever ports are available, rather than
|
||||||
hard-coded ones.
|
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.in: Draw more attention to the fact that
|
||||||
WgetTest.pm is a generated file.
|
WgetTest.pm is a generated file.
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ PERLRUN = $(PERL) -I$(srcdir)
|
|||||||
|
|
||||||
check-local: test
|
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):
|
../src/wget$(EXEEXT):
|
||||||
cd ../src && $(MAKE) $(AM_MAKEFLAGS)
|
cd ../src && $(MAKE) $(AM_MAKEFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user