]> code.delx.au - offlineimap/blobdiff - Makefile
Added prop_readBytes
[offlineimap] / Makefile
index 22792082a4b3f7eb57a8514c651dd35405233a5a..6842b8c4fe6a95a3e2704ec5b8b025f3e5126275 100644 (file)
--- 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