Files
codeql/java/ql/integration-tests/posix-only/kotlin/logs/test.py
2022-06-24 17:33:58 +01:00

5 lines
207 B
Python

from create_database_utils import *
run_codeql_database_create(['kotlinc test.kt'], test_db="kt-db", db=None, lang="java")
run_codeql_database_create(['"%s" ./index_logs.py' % sys.executable], lang="java")