We'd like to set up our SBT project so that we have multiple test folders as opposed to one. So we'd like to see:
- root
- src
- test
- scala
- unit
- functional
- src
How would we configure our SBT project file paths to do this?
|
feedback
|
SBT 0.7.x:
| |||||||||||
feedback
|