summaryrefslogtreecommitdiff
path: root/integration/src/test/resource/better-files
Commit message (Collapse)AuthorAgeFilesLines
* lowercase build module names in `integration/` tests to line up with SBT ↵Li Haoyi2018-01-021-9/+9
| | | | conventions
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-011-0/+83
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