From b8f1ee151dc78ef4058aaf12cda8bfeb0973df9f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 23 Sep 2011 15:07:00 +0300 Subject: [PATCH] Added test files to tarballs --- yesod-core/yesod-core.cabal | 10 ++++++++++ yesod-static/yesod-static.cabal | 2 ++ 2 files changed, 12 insertions(+) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 80b9c00a..4fdee421 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -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 diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 18e26a80..50b1d2f6 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -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