Initial CFG skeleton code

This commit is contained in:
Tom Hvitved
2020-11-13 13:56:56 +01:00
parent f9c1bbd8f9
commit 4dd4373b53
19 changed files with 2791 additions and 2 deletions

View File

@@ -30,5 +30,5 @@ jobs:
- name: Build Extractor
run: env "PATH=$PATH:${{ github.workspace }}/codeql" ./create-extractor-pack.sh
- name: Run QL tests
run: codeql/codeql test run --search-path "${{ github.workspace }}" ql/test
run: codeql/codeql test run --check-databases --check-unused-labels --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test