summaryrefslogtreecommitdiff
path: root/integration/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-111-1/+1
|
* add uPickle to our integration test suiteLi Haoyi2018-02-111-0/+148
|
* fixesLi Haoyi2018-02-112-5/+13
|
* more tidying upLi Haoyi2018-02-111-1/+1
|
* Test fixes...Li Haoyi2018-02-041-6/+5
|
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-023-4/+4
| | | | - Make `T.worker`s not flush out their directories between instantiations
* compile zinc compiler bridges on demand to remove restriction on supported ↵Li Haoyi2018-02-021-2/+2
| | | | scala versions
* First incomplete pass at writing docsLi Haoyi2018-01-272-7/+3
|
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to ↵Li Haoyi2018-01-211-4/+9
| | | | | | | | | | | | `testLocal` and `runLocal` - Support passing `forkEnv` parameters to `test` and `run`, necessary to get Ammonite working - Standardize signatures of `Jvm.interactiveSubprocess`/`Jvm.subprocess` - `Jvm.inprocess` is now `Jvm.runLocal` - Swap `TestModule.testLocal` over to using `Jvm.runLocal`, for consistency with everything else
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-204-0/+359
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