soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
584 stars 77 forks source link

Test Resources should be compiled before the testing starts #753

Closed JonasKlauke closed 11 months ago

JonasKlauke commented 11 months ago

For example, the callgraph modul uses the binary frontend. Currently, The Ressources were build and uploaded in a previous commit. But if we change the source code of the ressources, the classes have to be compiled again and uploaded. To prevent that SootUp should compile them before running the tests

JonasKlauke commented 11 months ago

manually compiling resources is cheaper for the test runtime