autoconf
[Top][All Lists]
Advanced

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

Re: Splitting tests and sources


From: Ralf Wildenhues
Subject: Re: Splitting tests and sources
Date: Fri, 30 Jul 2010 20:21:11 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

Hello Ivan,

this is an Automake question, but anyway:

* Ivan "Rambius" Ivanov wrote on Fri, Jul 30, 2010 at 08:10:54PM CEST:
> Some of the test programs for example test_seed_prng depend on the
> sources in src:
> 
> test_seed_prng_SOURCES = seed_prng.c test_seed_prng.c
> 
> How can I specify this dependency?

> changing test_seed_prng_SOURCES line to
> test_seed_prng_SOURCES = ../src/seed_prng.c test_seed_prng.c

This should work.  Please show exactly how it fails for you.

Cheers,
Ralf



reply via email to

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