aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/DottyTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make DottyTest a TraitFelix Mulder2017-02-101-1/+1
|
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-231-4/+1
| | | | | | | | | | | | sbt adds the correct jars to classpath and the tests depend on `packageAll` which creates these. When using something else however, these together with `sbt-interfaces` do not get propagated from the build. To remedy this and make the testing a bit more flexible, we now take these from `sys.props` instead, see `tests/dotty/Jars.scala`. If the props aren't defined we fall back to the ones default to sbt.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+73