From d4abb63c052dc9d4c23ce72e498b4c7483f3b7cb Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Mon, 12 Sep 2011 18:53:33 +0000 Subject: Tests for callback fields git-svn-id: https://svn.kapsi.fi/jpa/nanopb@974 e3a754e5-d11d-0410-8d38-ebb782a927b9 --- tests/test_encode1.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_encode1.c') 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 #include #include "person.pb.h" -- cgit 1.2.3-korg