aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/discovery/test-discovery/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1741: sbt.ExtractAPI: extract annotationsGuillaume Martres2016-12-021-0/+8
This is necessary for correct incremental recompilation but is also used by sbt to find tests to run (for junit they should be annotated @org.junit.Test). I added an sbt scripted test to verify that JUnit now works, to run it: $ sbt > scripted discovery/test-discovery