summaryrefslogtreecommitdiff
path: root/integration/test/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* 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
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-205-0/+161
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