From: John Goerzen Date: Wed, 28 May 2008 05:27:29 +0000 (-0500) Subject: Added make test X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/d22cf5322301a4a579f7f17969ddd8a112ae681c Added make test --- diff --git a/Makefile b/Makefile index 2279208..6842b8c 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ all: setup # GHC build ./setup configure ./setup build +.PHONY: all + doc: lib/dfs.html/index.html lib/dfs.pdf lib/dfs.ps lib/dfs.txt hugsbuild: setup @@ -16,6 +18,9 @@ setup: Setup.lhs OfflineIMAP.cabal clean: clean-code clean-doc +test: all + dist/build/runtests/runtests + clean-code: -./setup clean -cd libsrc && ../setup clean