Skip to content

Commit

Permalink
Merge pull request #7 from neu-se/update-jazzer
Browse files Browse the repository at this point in the history
update jazzer to 0.21.1
  • Loading branch information
katherine-hough authored Oct 17, 2023
2 parents ddbc19c + 0b97f70 commit c212962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions meringue-jazzer-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<name>meringue-jazzer-extension</name>
<packaging>jar</packaging>
<properties>
<jazzer.version>0.11.0</jazzer.version>
<jazzer.version>0.21.1</jazzer.version>
<jazzer.linux.url>
https://github.com/CodeIntelligenceTesting/jazzer/releases/download/v${jazzer.version}/jazzer-linux-${jazzer.version}.tar.gz
https://github.com/CodeIntelligenceTesting/jazzer/releases/download/v${jazzer.version}/jazzer-linux.tar.gz
</jazzer.linux.url>
<jazzer.mac.url>
https://github.com/CodeIntelligenceTesting/jazzer/releases/download/v${jazzer.version}/jazzer-macos-${jazzer.version}.tar.gz
https://github.com/CodeIntelligenceTesting/jazzer/releases/download/v${jazzer.version}/jazzer-macos.tar.gz
</jazzer.mac.url>
</properties>
<dependencies>
Expand Down Expand Up @@ -111,4 +111,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private static File getJazzerExecutable(File outputDir) throws IOException {
} else {
throw new IllegalStateException("Operating system not supported");
}
String[] resourceNames = new String[]{"jazzer_agent_deploy.jar", "jazzer_api_deploy.jar", executableName};
String[] resourceNames = new String[]{"jazzer_standalone.jar", executableName};
File bin = new File(outputDir, "bin");
FileUtil.ensureDirectory(bin);
File jazzerExec = new File(bin, executableName);
Expand Down

0 comments on commit c212962

Please sign in to comment.