Added test files to tarballs
This commit is contained in:
parent
6c58728ad3
commit
b8f1ee151d
@ -14,6 +14,16 @@ stability: Stable
|
|||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://www.yesodweb.com/
|
homepage: http://www.yesodweb.com/
|
||||||
|
extra-source-files:
|
||||||
|
test/en.msg
|
||||||
|
test/Test/NoOverloadedStrings.hs
|
||||||
|
test/Test/Media.hs
|
||||||
|
test/Test/Exceptions.hs
|
||||||
|
test/Test/Widget.hs
|
||||||
|
test/Test/CleanPath.hs
|
||||||
|
test/Test/Links.hs
|
||||||
|
test/Test/InternalRequest.hs
|
||||||
|
test/main.hs
|
||||||
|
|
||||||
flag test
|
flag test
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
|
|||||||
@ -11,6 +11,8 @@ cabal-version: >= 1.8
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://www.yesodweb.com/
|
homepage: http://www.yesodweb.com/
|
||||||
description: Static file serving subsite for Yesod Web Framework.
|
description: Static file serving subsite for Yesod Web Framework.
|
||||||
|
extra-source-files:
|
||||||
|
tests/runtests.hs
|
||||||
|
|
||||||
flag test
|
flag test
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user