mirror of
https://github.com/github/codeql.git
synced 2026-06-15 01:41:08 +02:00
6 lines
135 B
Python
6 lines
135 B
Python
import commands
|
|
|
|
def test(codeql, java):
|
|
commands.run("javac Compiler.java")
|
|
codeql.database.create(command = "java Compiler")
|