checker: fix error messages and add checker tests

* checker: fix error messages
* tests: fix command and ignore defect output
This commit is contained in:
Daniel Däschle 2020-04-10 10:59:07 +02:00 committed by GitHub
parent 74ac9ef195
commit 0f11d883fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 11 deletions

4
.gitignore vendored
View file

@ -84,3 +84,7 @@ cachegrind.out.*
/thirdparty/pg
exe
vlib/v/tests/inout/*.v
!vlib/v/tests/inout/*_test.v
vlib/v/checker/tests/inout/*.v
vlib/v/checker/tests/inout/*.c
!vlib/v/checker/tests/inout/*_test.v