Skip to content

Commit

Permalink
Add test-suffix, test-dir and src-dir to bloop project type
Browse files Browse the repository at this point in the history
  • Loading branch information
chessman authored and bbatsov committed Nov 27, 2019
1 parent ca0fb53 commit 89c08be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,10 @@ test/impl/other files as below:
:test-suffix "_test")
(projectile-register-project-type 'bloop '(".bloop")
:compile "bloop compile root"
:test "bloop test --propagate --reporter scalac root")
:test "bloop test --propagate --reporter scalac root"
:src-dir "src/main/"
:test-dir "src/test/"
:test-suffix "Spec")
;; Ruby
(projectile-register-project-type 'ruby-rspec '("Gemfile" "lib" "spec")
:compile "bundle exec rake"
Expand Down

0 comments on commit 89c08be

Please sign in to comment.