[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test setup advice
From: |
Ralf Wildenhues |
Subject: |
Re: test setup advice |
Date: |
Tue, 28 Mar 2006 10:03:14 +0200 |
User-agent: |
Mutt/1.5.11 |
* Ralf Wildenhues wrote on Tue, Mar 28, 2006 at 09:59:26AM CEST:
> TESTS = $(check_PROGRAMS)
> check_PROGRAMS = tests/a$(EXEEXT) tests/b$(EXEEXT) tests/c$(EXEEXT)
I should add that the $(EXEEXT) are not necessary with CVS Automake any
more. They were never necessary for *_PROGRAMS, but for TESTS until the
recent fix they would have been necessary for cross compiles to w32 but
typically not for native w32 builds.
So you can just omit them if you like.
Cheers,
Ralf