mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
9 lines
169 B
Text
9 lines
169 B
Text
|
# 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'])
|
||
|
|