nanopb: add tests via passthru.tests

This commit is contained in:
Wael Nasreddine
2020-06-05 13:33:30 -07:00
committed by Wael Nasreddine
parent 47361447f8
commit c0810058be
10 changed files with 132 additions and 0 deletions
@@ -0,0 +1,5 @@
syntax = "proto3";
message WithOptions {
bytes uuid = 1;
}