Skip to content

Instantly share code, notes, and snippets.

@pocmo
Created March 14, 2015 23:06
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 pocmo/c30d2a0ef5967bf4116c to your computer and use it in GitHub Desktop.
Save pocmo/c30d2a0ef5967bf4116c to your computer and use it in GitHub Desktop.
Mozilla Robocop Alias
# Alias for building and running robocop tests:
# robocop <test>
function robocop_test {
./mach build build/mobile/robocop
./mach robocop $1
}
alias robocop=robocop_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment