I have a mixture of ScalaTest unit tests and ScalaMeter performance benchmark tests in my project and I would like scct to only run the unit tests.
Without using scct I can run test-only com.github.theon.* to run only the unit tests and test-only benchmarks.* to run the performance benchmark tests. With scct, I can only run scct:test to run both sets of tests. It would be great to be able to run something like scct:test-only com.github.theon.*.
I have a mixture of ScalaTest unit tests and ScalaMeter performance benchmark tests in my project and I would like scct to only run the unit tests.
Without using scct I can run
test-only com.github.theon.*to run only the unit tests andtest-only benchmarks.*to run the performance benchmark tests. With scct, I can only runscct:testto run both sets of tests. It would be great to be able to run something likescct:test-only com.github.theon.*.