Skip to content

Commit 2725541

Browse files
committed
Integration of the new test into the test suite.
1 parent fc365f1 commit 2725541

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import regression.end_to_end.driver as pipeline_executor
2+
import os
3+
4+
5+
def test_interprocedural00():
6+
traces = pipeline_executor.run_security_analyser_pipeline(
7+
os.path.join("dist", "interprocedural00.jar"),
8+
"rules.json",
9+
os.path.realpath(os.path.dirname(__file__)))
10+
assert traces.count_traces() == 1
11+
assert traces.trace_exists("java::Main.postBytes:(LData;LOStream;)V", 33)

0 commit comments

Comments
 (0)