automake
[Top][All Lists]
Advanced

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

Test support for automake


From: Ralf Hemmecke
Subject: Test support for automake
Date: Fri, 11 Feb 2011 20:18:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

I have a non-recursive Makefile.am with which I build a library foo. I list all my tests (quite a lot) in check_PROGRAMS.

All those tests should (of course) get libfoo.la as LDADD, but how exactly do I do that _without_ doing a per-target *_LDADD specification. Per target specification sounds like a lot of redundancy since all my _LDADD specification would just be libfoo.la.
I'd like to add libfoo.la in only _one_ place.

Ralf



reply via email to

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