diff --git a/Makefile b/Makefile index e16812f..9c053ce 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ run: all ./php-parser $(PHPFILE) test: all - go test ./test/... + go test ./... --cover ./parser/scanner.go: ./parser/scanner.l golex -o $@ $<