buildtests -> test
This commit is contained in:
parent
ab4c7e3ae2
commit
ba720b687c
@ -16,7 +16,7 @@ build-type: Simple
|
|||||||
homepage: http://docs.yesodweb.com/
|
homepage: http://docs.yesodweb.com/
|
||||||
extra-source-files: scaffold/*.cg
|
extra-source-files: scaffold/*.cg
|
||||||
|
|
||||||
flag buildtests
|
flag test
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ executable yesod
|
|||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
|
|
||||||
executable runtests
|
executable runtests
|
||||||
if flag(buildtests)
|
if flag(test)
|
||||||
Buildable: True
|
Buildable: True
|
||||||
cpp-options: -DTEST
|
cpp-options: -DTEST
|
||||||
build-depends: test-framework,
|
build-depends: test-framework,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user