aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNathan Gass <gass@search.ch>2011-01-11 22:37:41 +0100
committerNathan Gass <gass@search.ch>2011-01-11 22:37:41 +0100
commit3bc0a55af0994f34c1d7b2ebdc8b960f0f713ebf (patch)
tree1c37bd8ba3f6ebfbc66a0eb5be7f62a90f351765 /tests
parente8fa72c6a7c40f21ad31998acd4da769e8b5f41c (diff)
downloadpandoc-3bc0a55af0994f34c1d7b2ebdc8b960f0f713ebf.tar.gz
Removed outdated comments.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-pandoc.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test-pandoc.hs b/tests/test-pandoc.hs
index 78b2b8e4f..6c77b984c 100644
--- a/tests/test-pandoc.hs
+++ b/tests/test-pandoc.hs
@@ -1,16 +1,4 @@
{-# OPTIONS_GHC -Wall #-}
--- RunTests.hs - run test suite for pandoc
--- This script is designed to be run from the tests directory.
--- It assumes the pandoc executable is in dist/build/pandoc.
---
--- runhaskell -i.. RunTests.hs [lhs]
---
--- If the lhs argument is provided, tests for lhs support will be
--- run. These presuppose that pandoc has been compiled with the
--- -fhighlighting flag, so these tests are not run by default.
---
--- This program assumes that the Diff package has been installed:
--- cabal install Diff
module Main where