summaryrefslogtreecommitdiff
path: root/integration/test
Commit message (Collapse)AuthorAgeFilesLines
* - Fix UpickleTests' JS case when running forkedLi Haoyi2018-02-111-3/+4
| | | | - Shard out forked/local integration tests over the different `test-mill-*.sh` scripts, to try and reduce test times while maintaining coverage
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-119-8/+26
|
* add uPickle to our integration test suiteLi Haoyi2018-02-112-0/+171
|
* fixesLi Haoyi2018-02-112-5/+13
|
* more tidying upLi Haoyi2018-02-111-1/+1
|
* fix testsLi Haoyi2018-02-101-1/+1
|
* re-enable better-files test but with a newer version with offending ↵Li Haoyi2018-02-041-1/+5
| | | | CI-failure commented out
* disable better-files tests for now since they seem broken only in travisLi Haoyi2018-02-041-5/+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
* Extract out `ScriptTestSuite` from `IntegrationTestSuite` and use it to ↵Li Haoyi2018-01-281-24/+11
| | | | | | 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
* First incomplete pass at writing docsLi Haoyi2018-01-272-7/+3
|
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests ↵Li Haoyi2018-01-261-0/+1
| | | | to validate the `dest` paths of overriden commands and overriden targets
* - 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-209-0/+520
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