about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-19 08:43:07 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-19 08:43:07 -0500
commit51bbf7f2a30f616e4c0511390ca5aed6c95c9fba (patch)
tree45417c3bb66bf069e13bafd5e5ceffed3ab6b440 /pkgs/development/compilers
parent1daa0b39f658bce468c16e8438c7b06649aeb6ea (diff)
downloadnixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.tar
nixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.tar.gz
nixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.tar.bz2
nixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.tar.lz
nixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.tar.xz
nixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.tar.zst
nixlib-51bbf7f2a30f616e4c0511390ca5aed6c95c9fba.zip
julia03: re-enable tests
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/julia/0.3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/julia/0.3.nix b/pkgs/development/compilers/julia/0.3.nix
index 2e412590be5f..608061aceec3 100644
--- a/pkgs/development/compilers/julia/0.3.nix
+++ b/pkgs/development/compilers/julia/0.3.nix
@@ -140,6 +140,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
+  doCheck = true;
   checkTarget = "testall";
 
   meta = {