From d22cf5322301a4a579f7f17969ddd8a112ae681c Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 28 May 2008 00:27:29 -0500 Subject: [PATCH] Added make test --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2