automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel tests execution [0/4]


From: Akim Demaille
Subject: Re: Parallel tests execution [0/4]
Date: Thu, 16 Oct 2008 16:11:22 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

While talking about test suites, there is a simple change that would
make several Makefile.ams much shorter.  Often tests are simple
one-compilation-unit programs, in which case the convention that
foo_SOURCES defaults to foo.c saves lot of dummy typing (especially if
there are many foos).  But this does not apply to C++ :(

I wish I could define

  AM_DEFAULT_SOURCE_EXT = .cc

or whatever, so that I wouldn't have to define all the foo_SOURCES.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]