ledger: enable the test suite
svn path=/nixpkgs/trunk/; revision=27659
This commit is contained in:
parent
f05fce5e6e
commit
d7f698c078
|
@ -33,6 +33,7 @@ stdenv.mkDerivation {
|
|||
|
||||
configureFlags = "CPPFLAGS=-DNDEBUG CFLAGS=-O3 CXXFLAGS=-O3";
|
||||
dontPatchELF = true;
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = "http://ledger-cli.org/";
|
||||
|
|
Loading…
Reference in New Issue