Skip to content

Instantly share code, notes, and snippets.

@tgummerer
Created March 16, 2019 18:12
Show Gist options
  • Save tgummerer/57a9840b25d7fb1c4cdc9c4f214a174a to your computer and use it in GitHub Desktop.
Save tgummerer/57a9840b25d7fb1c4cdc9c4f214a174a to your computer and use it in GitHub Desktop.
TMP := /tmp/git-tests-$(shell git rev-parse --show-toplevel | sha1sum | head -c10)
GIT_TEST_OPTS = --root=$(TMP) -q --tee
GIT_PROVE_OPTS = --timer -j13 --state=failed,slow,save
DEFAULT_TEST_TARGET = prove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment