Merge pull request #47228 from advaitjain:fix-bazel-docs

PiperOrigin-RevId: 358268311
Change-Id: I63fa95535afdc4ae3878fd7e9df7e0bb76c3fd63
This commit is contained in:
TensorFlower Gardener 2021-02-18 14:54:17 -08:00
commit ce73e7d75f

View File

@ -236,9 +236,9 @@ Below are some tips that might be useful and improve the development experience.
want to test:
```
CC=clang bazel test ---config=asan tensorflow/lite/micro:micro_interpreter_test
CC=clang bazel test ---config=msan tensorflow/lite/micro:micro_interpreter_test
CC=clang bazel test ---config=ubsan tensorflow/lite/micro:micro_interpreter_test
CC=clang bazel run --config=asan tensorflow/lite/micro:micro_interpreter_test
CC=clang bazel run --config=msan tensorflow/lite/micro:micro_interpreter_test
CC=clang bazel run --config=ubsan tensorflow/lite/micro:micro_interpreter_test
```
## During the PR review