mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Minimal recreations of internal `integration-tests-runner.py` and `create_database_utils.py` are provided to be able to run the integration tests on the codeql repository with a released codeql CLI. For the moment we skip the database checks by default, as we are still producing inconsistent results.
6 lines
92 B
Python
6 lines
92 B
Python
from create_database_utils import *
|
|
|
|
run_codeql_database_create([
|
|
'make',
|
|
], lang='swift')
|