From 58e927dc4c213033092561dfe4f2270e96126683 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 1 Aug 2015 11:51:47 +0200 Subject: Correct cabal commands --- src/Test.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Test.lhs') 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 -- cgit v1.2.3