On Tue, 17 Apr 2012, James K. Lowden wrote:

The problems are:

1.  How to make sure the unit tests link to the build directory and not
the install directory?  After all, the point of running the unit tests
is to test the code just built, not the old version currently
installed.

2.  How to *test* the utilties against the libraries in the build tree,
but run them normally linked to the install tree?

Both of these issues are mostly solved by GNU libtool, which is part of Autotools.

Bob
--
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to