Skip to content

Commit 6d97b8f

Browse files
committed
Added build of the benchmark binaries before running the test.
1 parent 2725541 commit 6d97b8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

regression/end_to_end/interprocedural00/test_interprocedural00.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import regression.end_to_end.driver as pipeline_executor
22
import os
3+
import subprocess
34

45

56
def test_interprocedural00():
7+
with pipeline_executor.working_dir(os.path.abspath(os.path.dirname(__file__))):
8+
subprocess.call("ant")
69
traces = pipeline_executor.run_security_analyser_pipeline(
710
os.path.join("dist", "interprocedural00.jar"),
811
"rules.json",

0 commit comments

Comments
 (0)