From f60f6ea7d042c72acbbba95c785c53d3158aac8a Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Wed, 18 Mar 2020 09:30:45 -0700 Subject: [PATCH] Add examples qlpack.yml to CodeQL manifest --- .codeqlmanifest.json | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeqlmanifest.json b/.codeqlmanifest.json index 306a11c6798..a426032e688 100644 --- a/.codeqlmanifest.json +++ b/.codeqlmanifest.json @@ -1,4 +1,5 @@ { "provide": [ "ql/src/qlpack.yml", + "ql/examples/qlpack.yml", "ql/test/qlpack.yml", "upgrades/qlpack.yml", "ql/config/legacy-support/qlpack.yml", diff --git a/Makefile b/Makefile index e7b4b260ab0..0f15d031ea8 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ ql/src/go.dbscheme.stats: ql/src/go.dbscheme build/stats/src.stamp extractor odasa collectStats --dbscheme $< --db build/stats/database/db-go --outputFile $@ test: all build/testdb/check-upgrade-path - codeql test run ql/test --search-path . --additional-packs ql + codeql test run ql/test --search-path . cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]" .PHONY: build/testdb/check-upgrade-path