Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.18 KB

Tarantula

Build Status Coverage Status

Code relevant to the Tarantula fault-localization metrics computation

Installation Instructions for Tacoco and Primitive-Hamcrest

  • Install the mvn packages to your local repository.
    • primitive-hamcrest
    git clone https://github.com/inf295uci-2015/primitive-hamcrest.git  
    cd primitive-hamcrest  
    mvn test # just to make sure that everything works  
    mvn install # installs this to your local repository  
  • tacoco
    git clone https://github.com/inf295uci-2015/tacoco.git  
    cd tacoco  
    mvn test # just to make sure that everything works  
    mvn install # installs this to your local repository  
  • Include the following dependency for Tacoco in your pom.xml (if it is not already there).
    <dependency>
      <groupId>org.spideruci.tacoco</groupId>
      <artifactId>tacoco</artifactId>
      <version>0.1</version>
    </dependency>