[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [FYI] [ng] parallel-tests: define $(TEST_SUITE_LOG) in
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [FYI] [ng] parallel-tests: define $(TEST_SUITE_LOG) in makefile fragment |
Date: |
Mon, 30 Jul 2012 10:56:30 +0200 |
Le 30 juil. 2012 à 10:23, Stefano Lattarini a écrit :
> diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
> index 3ad7de6..116d178 100644
> --- a/lib/am/parallel-tests.am
> +++ b/lib/am/parallel-tests.am
> @@ -309,6 +309,10 @@ define am.setup-test-harness-workdir
> && sed 's/$$/.trs/' $$workdir/bases > $$workdir/trs
> endef
>
> +ifeq ($(call am.vars.is-undef,TEST_SUITE_LOG),yes)
> + TEST_SUITE_LOG = test-suite.log
> +endif
What makes you chose := for some variables, and = for others?