aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-13 16:43:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-13 23:13:53 -0700
commitc86e3d2b6fa567d88f60c9e85034cb92fa30c2dc (patch)
treed4bb1927fd6d431d58051575e04d1de18ff27ce1 /Makefile
parent273d4dfcfaae672ce99033beeee25113ff3af3b3 (diff)
downloadpandoc-c86e3d2b6fa567d88f60c9e85034cb92fa30c2dc.tar.gz
Makefile: make trypandoc, benchmarks in quick-cabal target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index de57c449d..6a140ff5d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ quick:
stack install --resolver=$(RESOLVER) --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes $(TESTARGS)'
quick-cabal:
- cabal new-build . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files' --enable-tests --only-dependencies
- cabal new-build . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files' --enable-tests --disable-optimization
+ cabal new-build . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files +trypandoc' --enable-tests --enable-benchmarks --only-dependencies
+ cabal new-build . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files +trypandoc' --enable-tests --enable-benchmarks --disable-optimization
cabal new-install --symlink-bindir=$$HOME/.local/bin
cabal new-run test-pandoc --ghc-options '$(GHCOPTS)' --flags '+embed_data_files' --disable-optimization -- --hide-successes $(TESTARGS)