Skip to content

Commit 2ffd1f6

Browse files
author
Varun Iyengar
committed
Added extra files
1 parent 767263b commit 2ffd1f6

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
all: style-fix style-check
22

3-
clean:
4-
rm -rf "$GRT_TESTING_ROOT"/build/bin/*
5-
rm -rf "$GRT_TESTING_ROOT"/build/evosuite-report/*
6-
rm -rf "$GRT_TESTING_ROOT"/build/evosuite-tests/*
7-
rm -rf "$GRT_TESTING_ROOT"/build/lib/*
8-
rm -rf "$GRT_TESTING_ROOT"/build/randoop-tests/*
9-
rm -rf "$GRT_TESTING_ROOT"/build/target/*
10-
11-
123
# Code style; defines `style-check` and `style-fix`.
134
CODE_STYLE_EXCLUSIONS_USER := --exclude-dir subject-programs
145
ifeq (,$(wildcard .plume-scripts))

scripts/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,13 @@ results:
8181
clean:
8282
rm -rf build results evosuite-tests evosuite-report target libs
8383

84+
experiment-clean:
85+
rm -rf build/bin/*
86+
rm -rf build/randoop-tests/*
87+
rm -rf build/evosuite-tests/*
88+
rm -rf build/evosuite-report/*
89+
rm -rf build/target/*
90+
rm -rf build/lib/*
91+
8492
src:
8593
get-all-subject-src.sh

0 commit comments

Comments
 (0)