binaryeq / jcompile

scripts to compile Java projects with different compilers to create a data set of comparable binaries
Apache License 2.0
0 stars 0 forks source link

Add source origin (what generated the file) for test classes #56

Closed wtwhite closed 11 months ago

wtwhite commented 11 months ago

The results don't show any generated source files for test scope -- but #19 suggests there should be some, at least for commons-lang which uses jmh annotation processing.

Either confirm there is no source generation done for test classes, or fix this.