From 3f1360357aa8bbd709d22b1042470ba66f3f09a7 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Thu, 12 Jun 2008 15:09:37 -0700 Subject: [PATCH] Reinstate run-px-tests. --- tests/ChangeLog | 3 +++ tests/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2