summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2020-12-07 09:21:41 +0300
committerGitHub <noreply@github.com>2020-12-07 09:21:41 +0300
commit478a2e8590c160d0ca657bfbd8e5c852034f651f (patch)
tree41c66fdc4d3567659a88271a38ceb454b5706ad1 /hakyll.cabal
parent77afcbc2937a4ee5db9666c1f3e0c090914d3980 (diff)
downloadhakyll-478a2e8590c160d0ca657bfbd8e5c852034f651f.tar.gz
Add golden test for Pandoc.Biblio (#827)
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 94bbab8..66eec1d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -59,6 +59,11 @@ Data-files:
Extra-source-files:
CHANGELOG.md
+ tests/data/biblio/biblio01.golden
+ tests/data/biblio/chicago.csl
+ tests/data/biblio/default.html
+ tests/data/biblio/page.markdown
+ tests/data/biblio/refs.bib
tests/data/embed.html
tests/data/example.md
tests/data/example.md.metadata
@@ -266,6 +271,7 @@ Test-suite hakyll-tests
hakyll,
QuickCheck >= 2.8 && < 2.15,
tasty >= 0.11 && < 1.4,
+ tasty-golden >= 2.3 && < 2.4,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
-- Copy pasted from hakyll dependencies:
@@ -291,6 +297,7 @@ Test-suite hakyll-tests
If flag(usePandoc)
Other-modules:
+ Hakyll.Web.Pandoc.Biblio.Tests
Hakyll.Web.Pandoc.FileType.Tests
Cpp-options:
-DUSE_PANDOC