Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 530 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 530 Bytes

iri-regression

This is a repository that includes all kind of regression tests that we use for IRI. The files in the roof folder are legacy tests used by Travis. We are still running them because they catch errors.

In order to run travis locally

  1. Clone the repository
  2. Inside the main folder create iri/target directories and put inside an iri-X.X.X.jar (must have this name, just use the correct version).
  3. run `./run_all_stable_tests.sh X.X.X

One can look at travis.yml to see exactly how those tests are ran