aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8fea8028..77d4c81ab 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ quick:
quick-cabal:
cabal v2-build -j8 --ghc-options '$(GHCOPTS)' --disable-optimization --enable-tests
- cabal v2-test --test-option=--hide-successes --test-option=--ansi-tricks=false $(TESTARGS)
- cabal v2-install --disable-optimization
+ cabal v2-test --disable-optimization --test-options="--hide-successes --ansi-tricks=false $(TESTARGS)"
+ echo "Path to built executable:" && cabal exec -- sh -c 'command -v pandoc'
full-cabal:
cabal v2-configure . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files +trypandoc' --enable-tests --enable-benchmarks