mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional.
9 lines
166 B
Python
9 lines
166 B
Python
import runs_on
|
|
import pytest
|
|
|
|
|
|
@runs_on.posix
|
|
@pytest.mark.ql_test("DB-CHECK", xfail=True)
|
|
def test(codeql, swift):
|
|
codeql.database.create(command="swift build")
|