Skip to content

Commit

Permalink
focus on the failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Dec 28, 2020
1 parent 4ea083a commit 6769639
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/RunTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ doctest' files = do

main :: IO ()
main = do
doctest' ["src/System/Console/Hawk/Lock.hs", "tests/System/Console/Hawk/Lock/Test.hs"]
doctest' ["src/Data/Cache.hs"]
doctest' ["src/Data/HaskellSource.hs"]
doctest' ["src/Data/HaskellModule.hs"]
--doctest' ["src/System/Console/Hawk/Lock.hs", "tests/System/Console/Hawk/Lock/Test.hs"]
--doctest' ["src/Data/Cache.hs"]
--doctest' ["src/Data/HaskellSource.hs"]
--doctest' ["src/Data/HaskellModule.hs"]
doctest' ["src/Data/HaskellModule/Parse.hs"]
doctest' ["src/System/Console/Hawk.hs"]
doctest' ["tests/System/Console/Hawk/PreludeTests.hs"]
doctest' ["tests/Data/HaskellModule/Parse/Test.hs"]
doctest' ["src/System/Console/Hawk/Args/Option.hs"]
doctest' ["src/System/Console/Hawk/Args/Parse.hs"]
doctest' ["src/System/Console/Hawk/UserPrelude.hs"]
doctest' ["src/System/Console/Hawk/UserPrelude/Extend.hs"]
doctest' ["src/System/Directory/Extra.hs"]
doctest' ["src/Control/Monad/Trans/Uncertain.hs"]
doctest' ["src/Control/Monad/Trans/OptionParser.hs"]
hspec $ do
ReprTest.reprSpec'
ReprTest.reprSpec
HawkTest.run
--doctest' ["tests/System/Console/Hawk/PreludeTests.hs"]
--doctest' ["tests/Data/HaskellModule/Parse/Test.hs"]
--doctest' ["src/System/Console/Hawk/Args/Option.hs"]
--doctest' ["src/System/Console/Hawk/Args/Parse.hs"]
--doctest' ["src/System/Console/Hawk/UserPrelude.hs"]
--doctest' ["src/System/Console/Hawk/UserPrelude/Extend.hs"]
--doctest' ["src/System/Directory/Extra.hs"]
--doctest' ["src/Control/Monad/Trans/Uncertain.hs"]
--doctest' ["src/Control/Monad/Trans/OptionParser.hs"]
--hspec $ do
-- ReprTest.reprSpec'
-- ReprTest.reprSpec
--HawkTest.run

0 comments on commit 6769639

Please sign in to comment.