From fa43e364493a1cba94f431d78b17c5651bf32a8d Mon Sep 17 00:00:00 2001 From: Or Neeman Date: Sat, 25 Feb 2017 03:31:40 -0600 Subject: 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. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') 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: . 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 -- cgit v1.2.3