Skip to content

Commit

Permalink
added binary files for the example test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilagichani14 committed Jul 11, 2024
1 parent c57c987 commit 2794a1f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.class
!shared-test-resources/miniTestSuite/**/*.class
!sootup.analysis/src/test/resources/taint/binary/*.class
!sootup.callgraph/src/test/resources/callgraph/CallGraphDifference/binary/*.class

# Log file
*.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class CallGraphDifferenceTest {

@Test
public void testCGDiff() {
String classPath = System.getProperty("user.dir") + File.separator + "target" + File.separator + "test-classes" + File.separator + "callgraph" + File.separator + "CallGraphDifference";
String classPath = System.getProperty("user.dir") + File.separator + "target" + File.separator + "test-classes" + File.separator + "callgraph" + File.separator + "CallGraphDifference" + File.separator + "binary";
AnalysisInputLocation inputLocation = new JavaClassPathAnalysisInputLocation(classPath, null, Collections.emptyList());
JavaView view = new JavaView(inputLocation);

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2794a1f

Please sign in to comment.