summaryrefslogtreecommitdiff
path: root/src/Test.lhs
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-08-01 11:51:47 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-08-01 11:51:47 +0200
commit58e927dc4c213033092561dfe4f2270e96126683 (patch)
treeb686c4aad0bdc6e579569d2e3d0cbf1e2d9f7219 /src/Test.lhs
parent27cd2842cb5e02f937fcb9363856434d47a869e1 (diff)
downloadpesto-58e927dc4c213033092561dfe4f2270e96126683.tar.gz
pesto-58e927dc4c213033092561dfe4f2270e96126683.tar.bz2
pesto-58e927dc4c213033092561dfe4f2270e96126683.zip
Correct cabal commands
Diffstat (limited to 'src/Test.lhs')
-rw-r--r--src/Test.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Test.lhs b/src/Test.lhs
index 68f1831..400192e 100644
--- a/src/Test.lhs
+++ b/src/Test.lhs
@@ -9,8 +9,8 @@ Running tests
> import Codec.Pesto.Lint (test)
> import Codec.Pesto.Graph (test)
-The testcases can be run with ``cabal run pesto-test``. This runs *all*
-testcases from all modules and prints a summary.
+The testcases can be run with ``cabal test``. This runs *all* testcases from
+all modules and prints a summary.
> main = runTestTT tests >>= \c -> if errors c + failures c > 0 then exitFailure else exitSuccess