summaryrefslogtreecommitdiff
path: root/core/src/test/scala/forge/TestUtil.scala
Commit message (Collapse)AuthorAgeFilesLines
* rename forge -> millLi Haoyi2017-11-101-38/+0
|
* Add basic tests for un-cached evaluation of `Task`sLi Haoyi2017-11-101-2/+2
|
* Migrate over to the new `Task`/`Target`/`Command` splitLi Haoyi2017-11-091-6/+6
|
* Re-organize `forge/` folder according to ordering of build phases: target ↵Li Haoyi2017-11-051-0/+2
| | | | definition, target discovery, and target evaluation
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use ↵Li Haoyi2017-11-031-0/+36
the `T#apply` macro in the implementation of `scalaplugin.Subproject` Also needed to implement inter-`Subproject` dependencies so the `MetacircularTests` can continue to support the new layout