From 51e7eb78b2fff169797c61c55f6829b4f7ce3f68 Mon Sep 17 00:00:00 2001 From: Brittany Johnson Date: Sun, 26 Jan 2020 11:19:38 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89cba12..6a9012b 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ Holmes is a prototype implementation of Causal Testing, a novel testing techniqu 1. Install the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and make sure you have at least Java 1.7 installed on your machine. 2. Install [Python](https://www.python.org/) and [Node.js](https://nodejs.org/en/). 3. Clone this repository. +4. Download [defects4j](https://github.com/rjust/defects4j) into the Holmes directory.** + +** **Note: The version of Holmes in this repo only works with projects in the Defects4J benchmark. We are currently working on an implementation that is able to run on any JUnit test within the Eclipse IDE in the main [Holmes repository](https://github.com/brittjay0104/FuzzyDriverPlugin).** ## How to run Holmes If you want to run or use Holmes on your own machine, you will need to do the following: -1. Import the Holmes directory into Eclipse (File > Import... > General/Existing Projects into Workspace). +1. Import the Holmes directory into Eclipse (*File > Import... > General/Existing Projects into Workspace*). 2. Once imported, open the *RunHolmes.java* file. At the top there is a global field called **workingDirectory**. Update this variable with the path to the Holmes directory on your machine. -3. Download [defects4j](https://github.com/rjust/defects4j) into the Holmes directory.** -4. Update the paths to python and node in the fuzzing script ([Holmes/fuzzers/fuzz.sh](https://github.com/LASER-UMASS/CausalTesting-Artifact_ICSE20/blob/master/Holmes/fuzzers/fuzz.sh)) to the locations for python and node on your machine. - -** **Note: The version of Holmes in this repo only works with projects in the Defects4J benchmark. We are currently working on an implementation that is able to run on any JUnit test within the Eclipse IDE in the main [Holmes repository](https://github.com/brittjay0104/FuzzyDriverPlugin).** +3. Update the paths to python and node in the fuzzing script ([Holmes/fuzzers/fuzz.sh](https://github.com/LASER-UMASS/CausalTesting-Artifact_ICSE20/blob/master/Holmes/fuzzers/fuzz.sh)) to the locations for python and node on your machine. ## How to use Holmes