ledger: enable the test suite

svn path=/nixpkgs/trunk/; revision=27659
This commit is contained in:
Peter Simons 2011-07-07 22:48:44 +00:00
parent f05fce5e6e
commit d7f698c078
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation {
configureFlags = "CPPFLAGS=-DNDEBUG CFLAGS=-O3 CXXFLAGS=-O3";
dontPatchELF = true;
doCheck = true;
meta = {
homepage = "http://ledger-cli.org/";