summaryrefslogtreecommitdiff
path: root/src/Test.lhs
diff options
context:
space:
mode:
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