summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-12-29 10:44:46 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-12-29 10:44:46 -0500
commitd08a1a3693acf4558a6f53ee21585cb7664aeac1 (patch)
tree3e559924ec9083ee0ed2ead1bb47a76708206ee8 /Makefile
parentbd378deb253f33a9cd32f8534ecc44f17921401b (diff)
enable tests in cabal by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 076b00a..929d0c4 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ dist/setup-config: openpgp.cabal
52 cabal configure 52 cabal configure
53else 53else
54dist/setup-config: openpgp.cabal 54dist/setup-config: openpgp.cabal
55 cabal configure 55 cabal configure --enable-tests
56endif 56endif
57 57
58clean: 58clean: