diff options
Diffstat (limited to 'tests/test_encode1.c')
-rw-r--r-- | tests/test_encode1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_encode1.c b/tests/test_encode1.c index 412a271e..df1ec4fc 100644 --- a/tests/test_encode1.c +++ b/tests/test_encode1.c @@ -1,3 +1,7 @@ +/* A very simple encoding test case using person.proto. + * Just puts constant data in the fields. + */ + #include <stdio.h> #include <pb_encode.h> #include "person.pb.h" |