summaryrefslogtreecommitdiff
path: root/core/test/resources/examples
Commit message (Collapse)AuthorAgeFilesLines
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-2/+2
| | | | - Make `T.worker`s not flush out their directories between instantiations
* Extract out `ScriptTestSuite` from `IntegrationTestSuite` and use it to ↵Li Haoyi2018-01-281-0/+23
| | | | | | create a version of `JavaCompilerJarTests` that runs through our main method & script runner. This should let us catch a lot of bugs with `MainRunner` and friends quickly, without needing to run the slow integration tests
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-203-0/+12
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests