1# Test comment inclusion from .proto to .pb.h 2 3Import("env") 4 5env.NanopbProto("comments") 6env.Object("comments.pb.c") 7env.Match(['comments.pb.h', 'comments.expected']) 8 9
1# Test comment inclusion from .proto to .pb.h 2 3Import("env") 4 5env.NanopbProto("comments") 6env.Object("comments.pb.c") 7env.Match(['comments.pb.h', 'comments.expected']) 8 9