From: Stefano Lattarini Date: Sat, 21 Jul 2012 12:27:39 +0000 (+0200) Subject: [ng] rename: am__using_parallel_tests -> am.conf.using-parallel-tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8715fbef20aef483ed4c9607b0f8aa3a59e2cb09;p=thirdparty%2Fautomake.git [ng] rename: am__using_parallel_tests -> am.conf.using-parallel-tests Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/check-typos.am b/lib/am/check-typos.am index 224d71d22..5b19111c0 100644 --- a/lib/am/check-typos.am +++ b/lib/am/check-typos.am @@ -54,7 +54,7 @@ ifeq ($(AM_FORCE_SANITY_CHECKS),yes) # The '*LOG_DEPENDENCIES' variables are used to declare extra dependencies # for test cases, but only when the parallel testsuite harness is in use. -ifeq "$(am__using_parallel_tests)" "yes" +ifeq "$(am.conf.using-parallel-tests)" "yes" # Extension-less tests are always accepted. .am/vartypos/whitelisted-vars += LOG_DEPENDENCIES # We expect '.ext' to be a valid tests extension iff 'EXT_LOG_DRIVER' is diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index dac1e48fb..86d9fbe1c 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -26,7 +26,7 @@ include color-tests.am ## (among them, TAP). ## Used by (at least) 'check-typos.am'. -am__using_parallel_tests := yes +am.conf.using-parallel-tests := yes am__is_xfail_test = \ $(if $(filter-out $(am__xfail_test_bases), \