Skip to content

Commit

Permalink
add randoopBloodhound.sh and remove link in init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Sep 25, 2024
1 parent 56dfd71 commit 08633ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions framework/lib/test_generation/bin/randoopBloodhound.sh
2 changes: 0 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ HOST_URL="https://defects4j.org/downloads"
BASE="$(cd "$(dirname "$0")"; pwd)"
DIR_REPOS="$BASE/project_repos"
DIR_LIB_GEN="$BASE/framework/lib/test_generation/generation"
DIR_BIN_GEN="$BASE/framework/lib/test_generation/bin"
DIR_LIB_RT="$BASE/framework/lib/test_generation/runtime"
DIR_LIB_GRADLE="$BASE/framework/lib/build_systems/gradle"

Expand Down Expand Up @@ -114,7 +113,6 @@ main() {
(cd "$DIR_LIB_GEN" && ln -sf "randoop-${RANDOOP_VERSION}/$REPLACECALL_JAR" "replacecall-current.jar")
(cd "$DIR_LIB_GEN" && ln -sf "randoop-${RANDOOP_VERSION}/$COVEREDCLASS_JAR" "covered-class-current.jar")
(cd "$DIR_LIB_GEN" && ln -sf "randoop-${RANDOOP_VERSION}/jacocoagent.jar" "jacocoagent.jar")
(cd "$DIR_BIN_GEN" && ln -sf randoop.sh randoopBloodhound.sh)

############################################################################
#
Expand Down

0 comments on commit 08633ce

Please sign in to comment.