Added test files to tarballs

This commit is contained in:
Michael Snoyman 2011-09-23 15:07:00 +03:00
parent 6c58728ad3
commit b8f1ee151d
2 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,16 @@ stability: Stable
cabal-version: >= 1.8
build-type: Simple
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
description: Build the executable to run unit tests

View File

@ -11,6 +11,8 @@ cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/
description: Static file serving subsite for Yesod Web Framework.
extra-source-files:
tests/runtests.hs
flag test
description: Build the executable to run unit tests