Skip to content

Commit

Permalink
Add test:compile and ~test:compile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwall committed Jul 31, 2015
1 parent 783c178 commit af167b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
{ "caption": "SBT: Kill SBT", "command": "kill_sbt" },
{ "caption": "SBT: Show SBT Output", "command": "show_sbt" },
{ "caption": "SBT: Compile", "command": "sbt", "args": {"command": "compile"} },
{ "caption": "SBT: Test:Compile", "command": "sbt", "args": {"command": "test:compile"} },
{ "caption": "SBT: Test", "command": "sbt_test" },
{ "caption": "SBT: Test-Only", "command": "sbt_test_only" },
{ "caption": "SBT: Test-Quick", "command": "sbt_test_quick" },
{ "caption": "SBT: Run", "command": "sbt_run" },
{ "caption": "SBT: Package", "command": "sbt", "args": {"command": "package"} },
{ "caption": "SBT: Start Console", "command": "sbt", "args": {"command": "console"} },
{ "caption": "SBT: Start Continuous Compiling", "command": "sbt", "args": {"command": "~ compile"} },
{ "caption": "SBT: Start Continuous Test:Compiling", "command": "sbt", "args": {"command": "~ test:compile"} },
{ "caption": "SBT: Start Continuous Testing", "command": "sbt_continuous_test" },
{ "caption": "SBT: Start Continuous Test-Only", "command": "sbt_continuous_test_only" },
{ "caption": "SBT: Start Continuous Test-Quick", "command": "sbt_continuous_test_quick" },
Expand Down

0 comments on commit af167b4

Please sign in to comment.