aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52115818a..b97ab1a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@
all:
cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build
+test: all
+ cabal test
+
prof:
cabal-dev configure --disable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
@@ -45,4 +48,4 @@ citeproc-hs: pandoc-types
cabal-dev add-source citeproc-hs
install:
- cabal-dev install --enable-tests --enable-benchmarks
+ cabal-dev install --enable-tests