diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-07 19:49:26 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-07 20:30:17 +0300 |
commit | 38613acdb42731cc4bc80e93cfbc3cd126976c24 (patch) | |
tree | ef7a77a1f6af2ae72eb08ebbcc316f6ac34dc279 /tests/common/unittestproto.proto | |
parent | cdbf51db08d86ea024605078f21e8c61fe0e5fd3 (diff) |
Add a few missing unit tests
Diffstat (limited to 'tests/common/unittestproto.proto')
-rw-r--r-- | tests/common/unittestproto.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common/unittestproto.proto b/tests/common/unittestproto.proto index eb3e7dec..0ecb1f0b 100644 --- a/tests/common/unittestproto.proto +++ b/tests/common/unittestproto.proto @@ -34,3 +34,8 @@ message CallbackContainer { message CallbackContainerContainer { required CallbackContainer submsg = 1; } + +message StringPointerContainer { + repeated string rep_str = 1 [(nanopb).type = FT_POINTER]; +} + |