[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [PATCH 15/17] [ng] check: accept dot-less entries in $
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [PATCH 15/17] [ng] check: accept dot-less entries in $(TEST_EXTENSIONS) |
Date: |
Tue, 22 May 2012 23:35:15 +0200 |
Le 22 mai 2012 à 22:50, Stefano Lattarini a écrit :
> Since the beginning of the parallel-tests harness, we've been requiring
> that the entries in $(TEST_EXTENSIONS) begin with a dot (as suggested by
> the name "extensions"). But it's clear that if an user writes something
> like:
>
> TEST_EXTENSIONS = test sh
>
> he actually means:
>
> TEST_EXTENSIONS = .test .sh
>
> So let's try to be more user-friendly, and some DWIM processing on the
> content of $(TEST_EXTENSIONS).
Well, I'm not so sure about this one. What if someone wants to
write tests with ,ext? Reading the diff I'm not sure it wouldn't
work, yet we'd have two different ways to say the same thing, which
I don't think is a good property.
Btw, it would be nice if Automake-ng could use a single convention
where automake uses several.
AM_DEFAULT_SOURCE_EXT = .cpp
Also, OBJEXT does not include the dot, whereas EXEEXT does. With
%-pattern rules, everything could be made alike, no?
[Automake-NG] [PATCH 17/17] [ng] cosmetics: improve comments and spacing in 'parallel-tests.am', Stefano Lattarini, 2012/05/22
[Automake-NG] [PATCH 15/17] [ng] check: accept dot-less entries in $(TEST_EXTENSIONS), Stefano Lattarini, 2012/05/22
Re: [Automake-NG] [PATCH 15/17] [ng] check: accept dot-less entries in $(TEST_EXTENSIONS), Akim Demaille, 2012/05/23
[Automake-NG] [PATCH 18/17] [ng] coverage: parallel-tests and dynamic $(TEST_EXTENSIONS) content, Stefano Lattarini, 2012/05/22
[Automake-NG] [PATCH 19/17] [ng] doc: update w.r.t. recent changes in testsuite harnesses (TESTS-based), Stefano Lattarini, 2012/05/23
[Automake-NG] [PATCH 20/17] [ng] news: update w.r.t. recent changes in testsuite harnesses (TESTS based), Stefano Lattarini, 2012/05/23