summaryrefslogtreecommitdiff
path: root/scalalib/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-2014-119/+0
| | | | 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
* add a basic test for gen-idea (#114)Stephen Nancekivell2018-01-1912-0/+100
| | | | | | | | | | * add a basic test for gen-idea * update GenIdeaTest with resources as source. * change .gitignore to allow .iml under src/test/resources. Ignore .idea_modules. * normalise library paths in GenIdeaTests
* Rename `resource/` folders `resources/` to properly match SBT convention, ↵Li Haoyi2018-01-072-0/+19
making changes within them get picked up by the file-watching `~compile`/`~test` commands