pebble/third_party/nanopb/tests/comments/SConscript

9 lines
169 B
Text
Raw Permalink Normal View History

# Test comment inclusion from .proto to .pb.h
Import("env")
env.NanopbProto("comments")
env.Object("comments.pb.c")
env.Match(['comments.pb.h', 'comments.expected'])