From 7bc3920bdae2e04d97acf46977305a2641da4ca3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 16 Apr 2009 06:34:12 +0000 Subject: [PATCH] run more doctests --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39cffa7f4..e2386d2b7 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ghci: ghci hledger.hs # run all tests -test: doctest unittest haddocktest +test: unittest doctest haddocktest # make sure we have no haddock errors haddocktest: @@ -46,7 +46,8 @@ unittest: # run doc tests doctest: tools/doctest - tools/doctest Tests.hs + @tools/doctest AddCommand.hs + @tools/doctest Tests.hs tools/doctest: tools/doctest.hs ghc --make tools/doctest.hs