aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorEmily Bourke <undergroundquizscene@protonmail.com>2021-08-25 14:35:19 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-01 07:16:17 -0700
commit8dbea4909211ef7b2acc677288be7c5f10cbb40e (patch)
tree4300a31d7358a2277b4c583217e6ba0c9d484707 /pandoc.cabal
parent0617d3a88bb1f84622b8a94bd3366c7c8c9e8f8a (diff)
downloadpandoc-8dbea4909211ef7b2acc677288be7c5f10cbb40e.tar.gz
pptx: Restructure tests
- Use dashes consistently rather than underscores - Make a folder for each set of tests - List test files explicitly (Cabal doesn’t support ** until version 2.4)
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal55
1 files changed, 54 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index da53cb1cd..7fb951488 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -380,7 +380,60 @@ extra-source-files:
test/rtf/*.native
test/rtf/*.rtf
test/pptx/*.pptx
- test/pptx/*.native
+ test/pptx/code-custom/*.pptx
+ test/pptx/code/input.native
+ test/pptx/code/*.pptx
+ test/pptx/comparison-both-columns/input.native
+ test/pptx/comparison-both-columns/*.pptx
+ test/pptx/comparison-extra-text/input.native
+ test/pptx/comparison-extra-text/*.pptx
+ test/pptx/comparison-non-text-first/input.native
+ test/pptx/comparison-non-text-first/*.pptx
+ test/pptx/comparison-one-column/input.native
+ test/pptx/comparison-one-column/*.pptx
+ test/pptx/document-properties-short-desc/input.native
+ test/pptx/document-properties-short-desc/*.pptx
+ test/pptx/document-properties/input.native
+ test/pptx/document-properties/*.pptx
+ test/pptx/endnotes-toc/*.pptx
+ test/pptx/endnotes/input.native
+ test/pptx/endnotes/*.pptx
+ test/pptx/images/input.native
+ test/pptx/images/*.pptx
+ test/pptx/inline-formatting/input.native
+ test/pptx/inline-formatting/*.pptx
+ test/pptx/lists/input.native
+ test/pptx/lists/*.pptx
+ test/pptx/raw-ooxml/input.native
+ test/pptx/raw-ooxml/*.pptx
+ test/pptx/remove-empty-slides/input.native
+ test/pptx/remove-empty-slides/*.pptx
+ test/pptx/slide-breaks-slide-level-1/*.pptx
+ test/pptx/slide-breaks-toc/*.pptx
+ test/pptx/slide-breaks/input.native
+ test/pptx/slide-breaks/*.pptx
+ test/pptx/slide-level-0/h1-h2-with-table/input.native
+ test/pptx/slide-level-0/h1-h2-with-table/*.pptx
+ test/pptx/slide-level-0/h1-with-image/input.native
+ test/pptx/slide-level-0/h1-with-image/*.pptx
+ test/pptx/slide-level-0/h1-with-table/input.native
+ test/pptx/slide-level-0/h1-with-table/*.pptx
+ test/pptx/slide-level-0/h2-with-image/input.native
+ test/pptx/slide-level-0/h2-with-image/*.pptx
+ test/pptx/speaker-notes-after-metadata/input.native
+ test/pptx/speaker-notes-after-metadata/*.pptx
+ test/pptx/speaker-notes-afterheader/input.native
+ test/pptx/speaker-notes-afterheader/*.pptx
+ test/pptx/speaker-notes-afterseps/input.native
+ test/pptx/speaker-notes-afterseps/*.pptx
+ test/pptx/speaker-notes/input.native
+ test/pptx/speaker-notes/*.pptx
+ test/pptx/start-numbering-at/input.native
+ test/pptx/start-numbering-at/*.pptx
+ test/pptx/tables/input.native
+ test/pptx/tables/*.pptx
+ test/pptx/two-column/input.native
+ test/pptx/two-column/*.pptx
test/ipynb/*.in.native
test/ipynb/*.out.native
test/ipynb/*.ipynb