Add missed TEST_MAPPINGs

Test: None
Change-Id: I71cd67add28f85e7221b8821940059bf3110b109
1 file changed
tree: 3611b5ba9d6aa3b62bd6626e0c9087a2caea7807
  1. benches/
  2. out/
  3. src/
  4. .cargo_vcs_info.json
  5. Android.bp
  6. build.rs
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo2android.json
  10. LICENSE.txt
  11. METADATA
  12. MODULE_LICENSE_MIT
  13. OWNERS
  14. README.md
  15. regenerate.sh
  16. TEST_MAPPING
README.md

How to develop rust-protobuf itself

cargo test --all to build everything.

If code generator is changed, code needs to be regenerated, see regenerate.sh.