There has been some discussion about moving to cmake, which should enable
building in a separate directory. (
https://github.com/JuliaLang/julia/issues/1832,
https://github.com/JuliaLang/julia/pull/9422).

There are some concerns raised by people who cross-compile (supposedly
cmake doesn't have good support for this), and creating cmake files for
something as complex as Julia isn't trivial.  But other complex projects
have done so reasonably successfully (OpenCV comes to mind), so it should
be possible.

Cheers,
   Kevin

On Thu, Jun 18, 2015 at 4:28 AM, Scott Jones <[email protected]>
wrote:

> It there any way to have these sorts of file go to another directory (as
> well as the .o files during a build)?
> We try to keep source directories always "clean", and shared between
> different builds with different options...
>
>
> On Monday, August 11, 2014 at 6:54:34 AM UTC-4, Tim Holy wrote:
>>
>> All the .cov files are in the same directory as the corresponding .jl
>> source
>> file. So you'll find a bunch in julia/base (given the "all"), as well as
>> any
>> other files used by your test.jl.
>>
>> --Tim
>>
>> On Monday, August 11, 2014 03:37:41 AM Keith Campbell wrote:
>> > Hello,
>> > When running --code-coverage, where does one find the .cov file?
>> >
>> > I tried: julia --code-coverage=all test.jl
>> >
>> > The program ran, but I couldn't find any coverage output.
>> > thanks,
>> > Keith
>> >
>> >
>> > Version 0.3.0-rc2+22 (2014-08-07 07:55 UTC)
>> > Commit 0816e99 (4 days old master)
>> > x86_64-redhat-linux
>>
>>

Reply via email to