mistupv / JavaSlicer

A program slicer for Java, based on the system dependence graph (SDG).
https://mist.dsic.upv.es/JavaSlicer/demo/
GNU Affero General Public License v3.0
54 stars 18 forks source link

Move testing-related files to the test folders. #17

Closed cargaji closed 4 years ago

cargaji commented 4 years ago

tfm.programs are test programs and should be placed under ./src/test/res/, tfm.validation should be removed (it has been replaced by PDGTests) or placed under ./src/test/java/tfm/graphs.

cargaji commented 4 years ago

Closed by 441e12a