pkgs/build-support/cabal: enable 'doCheck=true' by default

This commit is contained in:
Peter Simons 2013-02-24 21:15:43 +01:00
parent bf5ac53073
commit 1dba3fe14a

View File

@ -90,6 +90,10 @@
# pass the '--enable-split-objs' flag to cabal in the configure stage
enableSplitObjs = true;
# pass the '--enable-tests' flag to cabal in the configure stage
# and run any regression test suites the package might have
doCheck = true;
extraConfigureFlags = [
(stdenv.lib.enableFeature enableLibraryProfiling "library-profiling")
(stdenv.lib.enableFeature self.enableSplitObjs "split-objs")