com-lihaoyi / mill

Mill is a fast JVM build tool that supports Java and Scala. 2-3x faster than Gradle and 5-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible
https://mill-build.org/
MIT License
2.04k stars 331 forks source link

Add `MILL_TEST_RESOURCE_FOLDER` to Scala Native tests #3495

Closed lihaoyi closed 3 weeks ago

lihaoyi commented 4 weeks ago

We previously added it to JVM and forgot about native. This adds it and adds a test

Noticed when porting OS-Lib's tests to 0.12.0-RC1