Skip to content

Instantly share code, notes, and snippets.

@shamrin
Created April 3, 2013 15:35
Show Gist options
  • Select an option

  • Save shamrin/5302309 to your computer and use it in GitHub Desktop.

Select an option

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