]> sjero.net Git - wget/commitdiff
Reinstate run-px-tests.
authorMicah Cowan <micah@cowan.name>
Thu, 12 Jun 2008 22:09:37 +0000 (15:09 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 12 Jun 2008 22:09:37 +0000 (15:09 -0700)
tests/ChangeLog
tests/Makefile.am

index 4330e48fcdc9b8969e6b78b520a8b35d5a0dfaef..888bd8c119c291798a27ed2f4efa670644492cf9 100644 (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.
 
index 853698285a7cf6ba7eb8b293056bf1fbf3f168e9..27f9adaa01ba761f616bc4a184a7282c969bb52d 100644 (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)