pebble/third_party/nanopb/tests/comments/SConscript
2025-01-27 11:38:16 -08:00

8 lines
169 B
Python

# 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'])