mirror of
https://github.com/github/codeql.git
synced 2026-01-28 22:02:57 +01:00
Run tests with consistency queries.
This commit is contained in:
4
Makefile
4
Makefile
@@ -106,8 +106,8 @@ ql/src/go.dbscheme.stats: ql/src/go.dbscheme build/stats/src.stamp extractor
|
||||
codeql dataset measure -o $@ build/stats/database/db-go
|
||||
|
||||
test: all build/testdb/check-upgrade-path
|
||||
codeql test run ql/test --search-path .
|
||||
env GOARCH=386 codeql$(EXE) test run ql/test/query-tests/Security/CWE-681 --search-path .
|
||||
codeql test run ql/test --search-path . --consistency-queries ql/test/consistency
|
||||
env GOARCH=386 codeql$(EXE) test run ql/test/query-tests/Security/CWE-681 --search-path . --consistency-queries ql/test/consistency
|
||||
cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]"
|
||||
|
||||
.PHONY: build/testdb/check-upgrade-path
|
||||
|
||||
Reference in New Issue
Block a user