Skip to content

Commit

Permalink
Fix testcaes build script
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan committed Oct 13, 2022
1 parent e67678f commit 15041af
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/java/test1/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ./*.class
rm -f ./*.jar
javac -cp ../jazzer_api_deploy.jar *.java
jar cfv test1.jar *.class
rm -f ./*.class
1 change: 0 additions & 1 deletion tests/java/test2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ./*.class
rm -f ./*.jar
javac -cp ../jazzer_api_deploy.jar *.java
jar cfv test2.jar *.class
rm -f ./*.class
1 change: 0 additions & 1 deletion tests/java/test3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ./*.class
rm -f ./*.jar
javac -cp ../jazzer_api_deploy.jar *.java
jar cfv test3.jar *.class
rm -f ./*.class
1 change: 0 additions & 1 deletion tests/java/test4/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ./Fuzz/*.class
rm -f ./*.jar
javac -cp ../jazzer_api_deploy.jar ./Fuzz/*.java
jar cfv test4.jar ./Fuzz/*.class
rm -f ./Fuzz/*.class
1 change: 0 additions & 1 deletion tests/java/test5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ./*/*.class
rm -f ./*.jar
javac -cp ../jazzer_api_deploy.jar ./*/*.java
jar cfv test5.jar ./*/*.class
rm -f ./*/*.class

0 comments on commit 15041af

Please sign in to comment.