docs: update note for cpplint
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
张泊明518370910136 2024-04-03 19:24:07 -04:00
parent 7c3b9d9acf
commit b884ae953a
GPG Key ID: D47306D7062CDA9D

View File

@ -28,6 +28,9 @@ $ make prepare-test
```
7. Check the functions of `joj3` with the `make test`, which should pass all the test cases. The cases used here are in `/examples`.
Note: you may fail the test if the checking tools are not installed. e.g. For the test case `cpplint/sillycode`, you need to install `cpplint` in `/usr/bin` or `/usr/local/bin`.
```bash
$ make test
go test -coverprofile cover.out -v ./...