mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
7 lines
196 B
Python
7 lines
196 B
Python
import commands
|
|
|
|
def test(codeql, java_full):
|
|
codeql.database.create(
|
|
command=["kotlinc somepkg/IfaceA.java somepkg/IfaceB.java somepkg/IfaceC.java somepkg/IfaceZ.java test.kt"]
|
|
)
|