On Tue, Apr 22, 2014 at 5:06 PM, Nick Bowler wrote:
> On 2014-04-22 16:15 +0100, Gavin Smith wrote:
>> Is support for setting variables with names of source directories
>> after automake is run (with configure scripts, or on the command line
>> when make is run) is needed? If not, could variables
On 2014-04-22 16:15 +0100, Gavin Smith wrote:
> Is support for setting variables with names of source directories
> after automake is run (with configure scripts, or on the command line
> when make is run) is needed? If not, could variables in the paths of
> source files ("$(testd)") above could be
On Sun, Apr 13, 2014 at 2:47 AM, Jonas Thiem wrote:
> # -
> # Unit test section
> # -
> TESTS=
> testd = ctests
> TEST_CFLAGS= $(AM_CFLAGS) -DUNITTEST
>
> # -
> # C tests
> # -
> check_PROGRAMS = $(testd)/test-imgloader $(testd)/test-texman-1
> $(tes
On 04/13/2014 02:55 AM, Jonas Thiem wrote:
> Oh, they are in literally $(testd)/.deps (not ctests/.deps)... I guess
> this is that old bug then?
>
Yes, sadly. See:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15293
> This bug really is kind of a p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Oh, they are in literally $(testd)/.deps (not ctests/.deps)... I guess
this is that old bug then?
This bug really is kind of a problem with automake pressuring people
into enabling subdir-objects :-/ I guess I'll not enable it then until
a fix is ship
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I have some unit tests building in sub directories. It took me a while
to get them working (admittedly also due to my limited
automake/autotools knowledge), but with subdir-objects enabled they
won't run anymore and I'm uncertain what to do to mak