summaryrefslogtreecommitdiff
path: root/integration/src
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle `isModule` flag on `sbt.testing.FingerPrint`Li Haoyi2018-01-012-4/+3
|
* Make `HelloWorldTests` take an explicit output path so they are less ↵Li Haoyi2018-01-011-1/+1
| | | | | | sensitive to working directories Make `run` and `runMain` take option CLI args
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-017-0/+290
Those tests now download a snapshot of the relevant git repo rather than vendoring the files, and use a bare `build.sc` instead of having the build object be included in the test classpath. Tests pass using `sbt integration/test`, but `mill integration.test` still doesn't work