From ba720b687c0c3c1599f58489147ddf22da66b09e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Oct 2010 11:51:20 +0200 Subject: [PATCH] buildtests -> test --- yesod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod.cabal b/yesod.cabal index 71f7e318..79c10539 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -16,7 +16,7 @@ build-type: Simple homepage: http://docs.yesodweb.com/ extra-source-files: scaffold/*.cg -flag buildtests +flag test description: Build the executable to run unit tests default: False @@ -83,7 +83,7 @@ executable yesod extensions: TemplateHaskell executable runtests - if flag(buildtests) + if flag(test) Buildable: True cpp-options: -DTEST build-depends: test-framework,