Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created December 9, 2012 12:58
Show Gist options
  • Save kristopherjohnson/4244738 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/4244738 to your computer and use it in GitHub Desktop.
Sublime Text 2 build system for running "make test"
{
"cmd": ["make", "test"],
"working_dir": "${project_path}",
"path": "/usr/bin:/bin:/usr/local/bin:/usr/local/share/npm/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment