Re: check_PROGRAMS LDADD

2010-10-23 Thread Ralf Wildenhues
Hello Patrick, please don't top-post, thank you. * Patrick M. Rutkowski wrote on Thu, Oct 21, 2010 at 11:55:28PM CEST: On Thu, Oct 21, 2010 at 4:17 PM, NightStrike wrote: On Wed, Oct 20, 2010 at 1:01 AM, Ralf Wildenhues wrote: * Patrick Rutkowski wrote on Wed, Oct 20, 2010 at 03:26:52AM

Re: check_PROGRAMS LDADD

2010-10-21 Thread NightStrike
On Wed, Oct 20, 2010 at 1:01 AM, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: Hello Patrick, * Patrick Rutkowski wrote on Wed, Oct 20, 2010 at 03:26:52AM CEST: test_avl_avl_iter_test_LDADD    = -lquark test_avl_avl_test_LDADD         = -lquark test_unicode_unicode_test_LDADD = -lquark

Re: check_PROGRAMS LDADD

2010-10-21 Thread Patrick M. Rutkowski
Good question. At this very moment, no, there aren't any other programs. But there might potentially be other programs in the future. And I'd still really love to know if there's less blanket-cover way to do it than the global LDADD. I'd really love to know just out of pure curiosity even.

check_PROGRAMS LDADD

2010-10-19 Thread Patrick Rutkowski
My Makefile.am has something like this currently at the bottom: === check_PROGRAMS = \ test/avl/avl_iter_test \ test/avl/avl_test \ test/unicode/unicode_test TESTS = $(check_PROGRAMS) test_avl_avl_iter_test_LDADD= -lquark test_avl_avl_test_LDADD

Re: check_PROGRAMS LDADD

2010-10-19 Thread Ralf Wildenhues
Hello Patrick, * Patrick Rutkowski wrote on Wed, Oct 20, 2010 at 03:26:52AM CEST: test_avl_avl_iter_test_LDADD= -lquark test_avl_avl_test_LDADD = -lquark test_unicode_unicode_test_LDADD = -lquark === As the collection of tests grows it's