summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorOr Neeman <oneeman@gmail.com>2017-02-25 03:31:40 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-25 10:31:40 +0100
commitfa43e364493a1cba94f431d78b17c5651bf32a8d (patch)
tree26d44345b8b5128d0e01dce1a408a97f6f7433b0 /CONTRIBUTING.md
parent59c673c61367e3899b1b7e7a98f4743bb64c43c5 (diff)
Fix stale references to `tests` directory (#3469)
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c011faeb9..5a6d744a1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -161,7 +161,7 @@ or, if you're using [stack],
stack setup
stack test
-The test program is `tests/test-pandoc.hs`.
+The test program is `test/test-pandoc.hs`.
Benchmarks
----------
@@ -242,7 +242,7 @@ github: <http://github.com/jgm/pandoc>. To get a local copy of the source:
The source for the main pandoc program is `pandoc.hs`. The source for
the pandoc library is in `src/`, the source for the tests is in
-`tests/`, and the source for the benchmarks is in `benchmark/`.
+`test/`, and the source for the benchmarks is in `benchmark/`.
The modules `Text.Pandoc.Definition`, `Text.Pandoc.Builder`, and
`Text.Pandoc.Generic` are in a separate library `pandoc-types`. The code can