From d7cfcf46a5555e55045fe0a5e14cd7d5d988f119 Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Mon, 24 Aug 2020 17:06:37 +0100 Subject: [PATCH] Run tests with consistency queries. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index da5040aa151..47b8544b2a5 100644 --- a/Makefile +++ b/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