summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-24 21:36:04 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-24 22:15:46 +0100
commitaf57de0b277b26cc839a1c3862a2381f3a35986d (patch)
treeb371016adf31b95aed272550dffd91577dbb4885 /Makefile
parent1e13e98ecfba2d78a88ba42bb54c8cdc15929e2d (diff)
default.ms: Add settings for document variables like width.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f6145da7..ef68819ef 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ sourcefiles=$(shell find pandoc.hs src test -name '*.hs')
BRANCH?=master
quick:
- stack install --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes'
+ stack install --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes $(TESTARGS)'
full:
stack install --flag 'pandoc:embed_data_files' --test --test-arguments='-j4' --pedantic