Add make check to octave. Some tests fail, but the build works. We'll have the report this way.

svn path=/nixpkgs/trunk/; revision=32467
This commit is contained in:
Lluís Batlle i Rossell 2012-02-21 23:02:36 +00:00
parent fb12a6838f
commit bfe234644e

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
graphicsmagick pcre liblapack texLive pkgconfig mesa fltk zlib curl
fftw fftwSinglePrec ];
doCheck = true;
enableParallelBuilding = true;
configureFlags = [ "--enable-readline" "--enable-dl" ];