Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 759 Bytes

integration-test2

2nd big integration test of all tools

Our new story is:

  • TBD

How to run:

./fetch_dependencies.sh

This downloads all the jars, compiles stuff, etc. Only needs to be run once.

python backend.py

Downloads the corpus, compiles the corpus projects, generates tests and dtrace files, computes dot files, runs petablox.

python frontend.py

or

python frontend.py imgscalr dyn4j

runs the main loop over the corpus, or the subset of corpus programs specified in the args.

Results of all tools running can be found on Travis: Click here to see the Results of the experiments on TravisCI