* James Leek wrote on Thu, Nov 06, 2008 at 07:32:46PM CET:
> Ralf Wildenhues wrote:
>>
>> First off, what you're trying to do fits much better with the 'check'
>> target than with the 'installcheck' target: the former is meant to test
>> things before you ever run 'make install', the latter is mean
Ralf Wildenhues wrote:
Hello James,
* James Leek wrote on Thu, Nov 06, 2008 at 06:23:25PM CET:
Hi, I'm having a bit of a problem. I would really like to build my
tests as installed-type binaries when I run 'make installcheck' in order
to make it easier to run a debugger on them. However
Hello James,
* James Leek wrote on Thu, Nov 06, 2008 at 06:23:25PM CET:
> Hi, I'm having a bit of a problem. I would really like to build my
> tests as installed-type binaries when I run 'make installcheck' in order
> to make it easier to run a debugger on them. However, each tests
> requi
Hi, I'm having a bit of a problem. I would really like to build my
tests as installed-type binaries when I run 'make installcheck' in order
to make it easier to run a debugger on them. However, each tests
requires its own dynamically loadable convenience library. This library
is obviously ne