Merge pull request #5853 from garrison/julia-enable-tests
Enable tests for Julia 0.3.X
This commit is contained in:
commit
59f107dd5d
@ -140,6 +140,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
checkTarget = "testall";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "High-level performance-oriented dynamical language for technical computing";
|
description = "High-level performance-oriented dynamical language for technical computing";
|
||||||
homepage = "http://julialang.org/";
|
homepage = "http://julialang.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user