Skip to content

Instantly share code, notes, and snippets.

@shamrin
Created April 3, 2013 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shamrin/5302309 to your computer and use it in GitHub Desktop.
Save shamrin/5302309 to your computer and use it in GitHub Desktop.
Makefile parameters
test:
# Usage:
# $ make test TEST="grep pattern"
ifdef TEST
env TESTING=1 mocha --compilers coffee:coffee-script -u tdd -g "$(TEST)"
else
env TESTING=1 mocha --compilers coffee:coffee-script -u tdd
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment