summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/testnames_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkglint/files/testnames_test.go')
-rw-r--r--pkgtools/pkglint/files/testnames_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgtools/pkglint/files/testnames_test.go b/pkgtools/pkglint/files/testnames_test.go
index aafc0a6154f..0354d53ab0f 100644
--- a/pkgtools/pkglint/files/testnames_test.go
+++ b/pkgtools/pkglint/files/testnames_test.go
@@ -11,6 +11,7 @@ import (
func (s *Suite) Test__test_names(c *check.C) {
ck := intqa.NewTestNameChecker(c.Errorf)
ck.Configure("*", "*", "*", -intqa.EMissingTest)
+ ck.Configure("path.go", "*", "*", +intqa.EMissingTest)
ck.Configure("*yacc.go", "*", "*", intqa.ENone)
ck.Check()
}