summaryrefslogtreecommitdiff
path: root/integration/src/test/resource/jawn/build.sc
Commit message (Collapse)AuthorAgeFilesLines
* lowercase build module names in `integration/` tests to line up with SBT ↵Li Haoyi2018-01-021-14/+14
| | | | conventions
* Properly handle `isModule` flag on `sbt.testing.FingerPrint`Li Haoyi2018-01-011-2/+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-011-0/+58
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