Menu

Testing proguard core

2018-04-17
2018-04-19
  • Dmitriy Startsev

    I downloaded the source code of proguard and could not find any tests. How do you I ensure nothing is broken when I change something in the code?

     
  • Eric Lafortune

    Eric Lafortune - 2018-04-19

    We have 2000 functional tests for our internal developments; they're not included in the ProGuard distribution. It may be non-trivial, but you could look at test suites from Oracle or from Google.