cashapp / burst

Burst is a unit testing library that uses enums to parameterize unit tests
Apache License 2.0
19 stars 1 forks source link

Enable IR validation #32

Open JakeWharton opened 1 week ago

JakeWharton commented 1 week ago

-Xverify-ir=... and -Xverify-ir-visibility compiler flags. Should do this on the test projects (i.e., those which are running the compiler plugin), not the enclosing project.